Sha256: 81fe717df1bac9c9bfc3a4e32e87ff5c06d005ede9182ff3b2e01c257e166cd8

Contents?: true

Size: 305 Bytes

Versions: 98

Compression:

Stored size: 305 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module EMR

        class TerminateJobFlows < Fog::Parsers::Base
          def end_element(name)
            case name
            when 'RequestId'
              @response[name] = value
            end
          end
        end
      end
    end
  end
end

Version data entries

98 entries across 98 versions & 17 rubygems

Version Path
michiels-fog-1.3.1 lib/fog/aws/parsers/emr/terminate_job_flows.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/lib/fog/aws/parsers/emr/terminate_job_flows.rb
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/emr/terminate_job_flows.rb
fog-1.3.1 lib/fog/aws/parsers/emr/terminate_job_flows.rb
fog-1.3.0 lib/fog/aws/parsers/emr/terminate_job_flows.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/emr/terminate_job_flows.rb
fog-1.2.0 lib/fog/aws/parsers/emr/terminate_job_flows.rb
ktheory-fog-1.1.2 lib/fog/aws/parsers/emr/terminate_job_flows.rb
brightbox-cli-0.17.4 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/emr/terminate_job_flows.rb
brightbox-cli-0.17.3 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/emr/terminate_job_flows.rb
brightbox-cli-0.17.2 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/emr/terminate_job_flows.rb
brightbox-cli-0.17.1 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/emr/terminate_job_flows.rb
brightbox-cli-0.17.0 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/emr/terminate_job_flows.rb
fog-1.1.2 lib/fog/aws/parsers/emr/terminate_job_flows.rb
fog_tractical-1.1.4 lib/fog/aws/parsers/emr/terminate_job_flows.rb
fog_tractical-1.1.3 lib/fog/aws/parsers/emr/terminate_job_flows.rb
fog-1.1.1 lib/fog/aws/parsers/emr/terminate_job_flows.rb
fog-1.1.0 lib/fog/aws/parsers/emr/terminate_job_flows.rb