Sha256: 240f379b5bd0f89ecd8438d50488c22cab4910d689d0978e8d447390cb22f7cd

Contents?: true

Size: 322 Bytes

Versions: 50

Compression:

Stored size: 322 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

50 entries across 50 versions & 3 rubygems

Version Path
fog-0.7.2 lib/fog/storage/parsers/aws/get_bucket_location.rb
fog-0.7.1 lib/fog/storage/parsers/aws/get_bucket_location.rb
fog-0.7.0 lib/fog/storage/parsers/aws/get_bucket_location.rb
fog-0.6.0 lib/fog/storage/parsers/aws/get_bucket_location.rb
fog-0.5.3 lib/fog/storage/parsers/aws/get_bucket_location.rb
fog-0.5.2 lib/fog/storage/parsers/aws/get_bucket_location.rb
fog-0.5.1 lib/fog/storage/parsers/aws/get_bucket_location.rb
fog-0.5.0 lib/fog/storage/parsers/aws/get_bucket_location.rb
phpfog-fog-0.4.1.3 lib/fog/storage/parsers/aws/get_bucket_location.rb
phpfog-fog-0.4.1.2 lib/fog/storage/parsers/aws/get_bucket_location.rb
phpfog-fog-0.4.1.1 lib/fog/storage/parsers/aws/get_bucket_location.rb
phpfog-fog-0.4.1 lib/fog/storage/parsers/aws/get_bucket_location.rb
fog-0.4.1 lib/fog/storage/parsers/aws/get_bucket_location.rb
fog-0.4.0 lib/fog/aws/parsers/storage/get_bucket_location.rb
fog-0.3.34 lib/fog/aws/parsers/storage/get_bucket_location.rb
fog-0.3.33 lib/fog/aws/parsers/storage/get_bucket_location.rb
fog-0.3.32 lib/fog/aws/parsers/storage/get_bucket_location.rb
fog-0.3.31 lib/fog/aws/parsers/storage/get_bucket_location.rb
fog-0.3.30 lib/fog/aws/parsers/storage/get_bucket_location.rb
fog-0.3.29 lib/fog/aws/parsers/storage/get_bucket_location.rb