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