# File lib/fog/aws/parsers/auto_scaling/describe_adjustment_types.rb, line 8 def reset reset_adjustment_type @results = { 'AdjustmentTypes' => [] } @response = { 'DescribeAdjustmentTypesResult' => {}, 'ResponseMetadata' => {} } end