# File lib/fog/aws/parsers/compute/start_stop_instances.rb, line 8 def reset @instance = { 'currentState' => {}, 'previousState' => {} } @response = { 'instancesSet' => [] } @state = nil end