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