Sha256: 3e3d4f1eae4996d13fb449ff0b4228eaa427b1a533697843e449e3e045c87901

Contents?: true

Size: 429 Bytes

Versions: 49

Compression:

Stored size: 429 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module S3

        class GetBucketVersioning < Fog::Parsers::Base

          def reset
            @response = { 'VersioningConfiguration' => {} }
          end

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

        end

      end
    end
  end
end

Version data entries

49 entries across 49 versions & 2 rubygems

Version Path
fog-0.2.30 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.28 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.27 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.26 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.25 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.24 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
tecnh-fog-0.2.23.vpc lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.23 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.22 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.21 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.20 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.19 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.18 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.17 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.16 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.15 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.14 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.13 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.12 lib/fog/aws/parsers/s3/get_bucket_versioning.rb
fog-0.2.11 lib/fog/aws/parsers/s3/get_bucket_versioning.rb