Fog::Parsers::AWS::IAM::BaseInstanceProfile
# File lib/fog/aws/parsers/iam/instance_profile.rb, line 20 def end_element(name) case name when 'RequestId' @response[name] = value end super end
# File lib/fog/aws/parsers/iam/instance_profile.rb, line 16 def finished_instance_profile(profile) @response['InstanceProfile'] = profile end
# File lib/fog/aws/parsers/iam/instance_profile.rb, line 10 def reset super @response = {} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.