Method: Fog::Parsers::AWS::IAM::Basic#end_element

Defined in:
lib/fog/aws/parsers/iam/basic.rb

#end_element(name) ⇒ Object

[View source]

8
9
10
11
12
13
# File 'lib/fog/aws/parsers/iam/basic.rb', line 8

def end_element(name)
  case name
  when 'RequestId'
    @response[name] = value
  end
end