Method: Fog::Parsers::CDN::AWS::GetInvalidation#end_element
- Defined in:
- lib/fog/aws/parsers/cdn/get_invalidation.rb
permalink #end_element(name) ⇒ Object
[View source]
16 17 18 19 20 21 22 23 24 25 |
# File 'lib/fog/aws/parsers/cdn/get_invalidation.rb', line 16 def end_element(name) case name when 'Path' @response['InvalidationBatch'][name] << value when 'Id', 'Status', 'CreateTime' @response[name] = value when 'CallerReference' @response['InvalidationBatch'][name] = value end end |