Method: Fog::Parsers::AWS::Elasticache::Base#end_element

Defined in:
lib/fog/aws/parsers/elasticache/base.rb

#end_element(name) ⇒ Object



18
19
20
21
22
23
24
25
# File 'lib/fog/aws/parsers/elasticache/base.rb', line 18

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