# File lib/fog/aws/parsers/compute/describe_volume_status.rb, line 6 def reset @action_set = {} @detail = {} @event_set = {} @volume_status = { 'details' => [] } @volume = { 'actionsSet' => [], 'eventsSet' => [] } @response = { 'volumeStatusSet' => [] } end