Base parser for ResponseMetadata, RequestId
# 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
Generated with the Darkfish Rdoc Generator 2.