# File lib/fog/aws/parsers/compute/describe_spot_price_history.rb, line 6 def reset @spot_price = {} @response = { 'spotPriceHistorySet' => [] } end