Fog::Parsers::Base
# File lib/fog/aws/parsers/emr/add_instance_groups.rb, line 16 def end_element(name) case name when 'JobFlowId' @response[name] = value when 'member' @response['InstanceGroupIds'] << value end end
# File lib/fog/aws/parsers/emr/add_instance_groups.rb, line 8 def start_element(name, attrs = []) super case name when 'InstanceGroupIds' @response['InstanceGroupIds'] = [] end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.