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