class Fog::Parsers::AWS::IAM::InstanceProfile
Public Instance Methods
Source
# File lib/fog/aws/parsers/iam/instance_profile.rb, line 17 def end_element(name) case name when 'RequestId' @response[name] = value end super end
Calls superclass method
Fog::Parsers::AWS::IAM::BaseInstanceProfile#end_element
Source
# File lib/fog/aws/parsers/iam/instance_profile.rb, line 13 def finished_instance_profile(profile) @response['InstanceProfile'] = profile end
Source
# File lib/fog/aws/parsers/iam/instance_profile.rb, line 8 def reset super @response = {} end
Calls superclass method
Fog::Parsers::AWS::IAM::BaseInstanceProfile#reset