Sha256: ddb2c2475d0b67980034d48244663fa519275417cd2b87fef73ea25b168d1459

Contents?: true

Size: 651 Bytes

Versions: 29

Compression:

Stored size: 651 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module Elasticache

        require 'fog/aws/parsers/elasticache/base'

        # Base parser for ResponseMetadata, RequestId
        class Base < Fog::Parsers::Base

          def reset
            super
            @response = { 'ResponseMetadata' => {} }
          end

          def start_element(name, attrs = [])
            super
          end

          def end_element(name)
            case name
            when 'RequestId'
              @response['ResponseMetadata'][name] = value
            else
              super
            end
          end

        end

      end
    end
  end
end

Version data entries

29 entries across 29 versions & 9 rubygems

Version Path
fog-parser-fix-1.6.1 lib/fog/aws/parsers/elasticache/base.rb
fog-test-again-1.6.0 lib/fog/aws/parsers/elasticache/base.rb
fog-parser-fix-1.6.0 lib/fog/aws/parsers/elasticache/base.rb
fog-1.6.0 lib/fog/aws/parsers/elasticache/base.rb
fog-1.5.0 lib/fog/aws/parsers/elasticache/base.rb
fog-1.4.0 lib/fog/aws/parsers/elasticache/base.rb
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/elasticache/base.rb
michiels-fog-1.3.1 lib/fog/aws/parsers/elasticache/base.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/lib/fog/aws/parsers/elasticache/base.rb
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/elasticache/base.rb
fog-1.3.1 lib/fog/aws/parsers/elasticache/base.rb
fog-1.3.0 lib/fog/aws/parsers/elasticache/base.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/elasticache/base.rb
fog-1.2.0 lib/fog/aws/parsers/elasticache/base.rb
ktheory-fog-1.1.2 lib/fog/aws/parsers/elasticache/base.rb
brightbox-cli-0.17.4 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/elasticache/base.rb
brightbox-cli-0.17.3 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/elasticache/base.rb
brightbox-cli-0.17.2 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/elasticache/base.rb
brightbox-cli-0.17.1 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/elasticache/base.rb
brightbox-cli-0.17.0 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/elasticache/base.rb