Sha256: 0ae2da23beac926d327efbcf8d4651f6766ed130625875edfaef23f0db648297

Contents?: true

Size: 317 Bytes

Versions: 143

Compression:

Stored size: 317 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module S3

        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

143 entries across 143 versions & 3 rubygems

Version Path
geemus-fog-0.0.0 lib/fog/aws/parsers/s3/get_bucket_location.rb
geemus-fog-0.0.1 lib/fog/aws/parsers/s3/get_bucket_location.rb
geemus-fog-0.0.3 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.30 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.28 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.27 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.26 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.25 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.24 lib/fog/aws/parsers/s3/get_bucket_location.rb
tecnh-fog-0.2.23.vpc lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.23 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.22 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.21 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.20 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.19 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.18 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.17 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.16 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.15 lib/fog/aws/parsers/s3/get_bucket_location.rb
fog-0.2.14 lib/fog/aws/parsers/s3/get_bucket_location.rb