Fog::Parsers::Base
# File lib/fog/aws/parsers/iam/upload_signing_certificate.rb, line 12 def end_element(name) case name when 'CertificateId', 'UserName', 'CertificateBody', 'Status' @response['Certificate'][name] = value when 'RequestId' @response[name] = value end end
# File lib/fog/aws/parsers/iam/upload_signing_certificate.rb, line 8 def reset @response = { 'Certificate' => {} } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.