# File lib/fog/aws/parsers/compute/spot_instance_requests.rb, line 8 def reset @block_device_mapping = {} @context = [] @contexts = ['blockDeviceMapping', 'groupSet'] @spot_instance_request = { 'launchSpecification' => { 'blockDeviceMapping' => [], 'groupSet' => [] } } @response = { 'spotInstanceRequestSet' => [] } end