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