# File lib/fog/compute/parsers/aws/describe_reserved_instances_offerings.rb, line 8 def reset @reserved_instances_offering = {} @response = { 'reservedInstancesOfferingsSet' => [] } end