Methods

Class/Module Index [+]

Quicksearch

Fog::Parsers::AWS::EMR::RunJobFlow

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/emr/run_job_flow.rb, line 7
def end_element(name)
  case name
  when 'JobFlowId'
    @response[name] = value
  when 'RequestId'
    @response[name] = value
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.