Sha256: 5d12287b4d3cca27085a0c703b7d40f31308e64e00865383b7097eb8129d7553

Contents?: true

Size: 296 Bytes

Versions: 6

Compression:

Stored size: 296 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module IAM

        class Basic < Fog::Parsers::Base

          def end_element(name)
            case name
            when 'requestId'
              @response[name] = @value
            end
          end

        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fog-0.3.19 lib/fog/aws/parsers/iam/basic.rb
fog-0.3.18 lib/fog/aws/parsers/iam/basic.rb
fog-0.3.17 lib/fog/aws/parsers/iam/basic.rb
fog-0.3.16 lib/fog/aws/parsers/iam/basic.rb
fog-0.3.15 lib/fog/aws/parsers/iam/basic.rb
fog-0.3.14 lib/fog/aws/parsers/iam/basic.rb