# File lib/fog/aws/parsers/auto_scaling/describe_scaling_process_types.rb, line 8 def reset reset_process_type @results = { 'Processes' => [] } @response = { 'DescribeScalingProcessTypesResult' => {}, 'ResponseMetadata' => {} } end