Sha256: 2821bb7dff3470eccc80f8a111cad702ad43a9ac23be600ac6d9b5ce20cee79c

Contents?: true

Size: 320 Bytes

Versions: 5

Compression:

Stored size: 320 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class S3 < Base
        def initialize
          super
          @type = Awspec::Type::S3.new('my-bucket')
          @ret = @type.bucket
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
awspec-0.8.0 lib/awspec/generator/doc/type/s3.rb
awspec-0.7.0 lib/awspec/generator/doc/type/s3.rb
awspec-0.6.4 lib/awspec/generator/doc/type/s3.rb
awspec-0.6.3 lib/awspec/generator/doc/type/s3.rb
awspec-0.6.2 lib/awspec/generator/doc/type/s3.rb