Method: Awspec::Generator::Doc::Type::S3#initialize
- Defined in:
- lib/awspec/generator/doc/type/s3.rb
#initialize ⇒ S3
Returns a new instance of S3.
5 6 7 8 9 10 11 12 |
# File 'lib/awspec/generator/doc/type/s3.rb', line 5 def initialize super @type = Awspec::Type::S3.new('my-bucket') @ret = @type.resource @matchers = [] @ignore_matchers = [] @describes = [] end |