Method: Fog::Parsers::Compute::AWS::DescribeImages#reset
- Defined in:
- lib/fog/aws/parsers/compute/describe_images.rb
permalink #reset ⇒ Object
[View source]
8 9 10 11 12 13 14 |
# File 'lib/fog/aws/parsers/compute/describe_images.rb', line 8 def reset @block_device_mapping = {} @image = { 'blockDeviceMapping' => [], 'productCodes' => [], 'stateReason' => {}, 'tagSet' => {} } @response = { 'imagesSet' => [] } @state_reason = {} @tag = {} end |