class Fog::Parsers::AWS::IAM::InstanceProfile
Public Instance Methods
end_element(name)
click to toggle source
Calls superclass method
Fog::Parsers::AWS::IAM::BaseInstanceProfile#end_element
# 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
finished_instance_profile(profile)
click to toggle source
# File lib/fog/aws/parsers/iam/instance_profile.rb, line 13 def finished_instance_profile(profile) @response['InstanceProfile'] = profile end
reset()
click to toggle source
Calls superclass method
Fog::Parsers::AWS::IAM::BaseInstanceProfile#reset
# File lib/fog/aws/parsers/iam/instance_profile.rb, line 8 def reset super @response = {} end