# File lib/fog/aws/parsers/auto_scaling/describe_scaling_process_types.rb, line 26 def end_element(name) case name when 'member' if @in_processes @results['Processes'] << @process_type reset_process_type end when 'ProcessName' @process_type[name] = value when 'Processes' @in_processes = false when 'RequestId' @response['ResponseMetadata'][name] = value when 'DescribeScalingProcessTypesResponse' @response['DescribeScalingProcessTypesResult'] = @results end end
# 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
Generated with the Darkfish Rdoc Generator 2.