# File lib/fog/compute/parsers/aws/start_stop_instances.rb, line 14 def start_element(name, attrs = []) super case name when 'currentState', 'previousState' @state = name end end