Class/Module Index [+]

Quicksearch

Fog::Parsers::AWS::EMR::AddInstanceGroups

Public Instance Methods

end_element(name) click to toggle source
# 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
start_element(name, attrs = []) click to toggle source
# 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.