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