# File lib/fog/aws/parsers/compute/describe_volumes.rb, line 6 def reset @attachment = {} @in_attachment_set = false @response = { 'volumeSet' => [] } @tag = {} @volume = { 'attachmentSet' => [], 'tagSet' => {} } end