# File lib/fog/aws/parsers/cloud_formation/describe_stacks.rb, line 6 def reset @stack = { 'Outputs' => [], 'Parameters' => [], 'Capabilities' => [], 'Tags' => [] } @output = {} @parameter = {} @tag = {} @response = { 'Stacks' => [] } end