Method: Fog::Parsers::AWS::IAM::InstanceProfile#end_element
- Defined in:
- lib/fog/aws/parsers/iam/instance_profile.rb
#end_element(name) ⇒ Object
20 21 22 23 24 25 26 27 |
# 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 |