Sha256: 8bb7bdf4beebeccee99f734541d0fb62bdfea5e3c8c4aacc73235cf61b37efae

Contents?: true

Size: 321 Bytes

Versions: 3

Compression:

Stored size: 321 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module Storage

        class GetBucketLocation < Fog::Parsers::Base

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

        end

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fog-0.8.2 lib/fog/storage/parsers/aws/get_bucket_location.rb
fog-0.8.1 lib/fog/storage/parsers/aws/get_bucket_location.rb
fog-0.8.0 lib/fog/storage/parsers/aws/get_bucket_location.rb