Class: Fog::Parsers::Compute::AWS::CopySnapshot
- Inherits:
-
Base
- Object
- Base
- Fog::Parsers::Compute::AWS::CopySnapshot
- Defined in:
- lib/fog/aws/parsers/compute/copy_snapshot.rb
Instance Method Summary collapse
Instance Method Details
#end_element(name) ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/fog/aws/parsers/compute/copy_snapshot.rb', line 6 def end_element(name) case name when 'snapshotId' @response[name] = value when 'requestId' @response[name] = value end end |