Sha256: d750e546e462d7b06a90977c55b8c3701ddc08954778da9061405d0b48782ccb
Contents?: true
Size: 382 Bytes
Versions: 2
Compression:
Stored size: 382 Bytes
Contents
module Awspec::Generator module Doc class S3 < Base def initialize @type_name = 'S3' require File.dirname(__FILE__) + '/../../../../spec/stub/' + @type_name.to_snake_case @type = Awspec::Type::S3.new('my-bucket') @ret = @type.bucket @matchers = [] @ignore_matchers = [] @describes = [] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
awspec-0.6.1 | lib/awspec/generator/doc/s3.rb |
awspec-0.6.0 | lib/awspec/generator/doc/s3.rb |