Sha256: 24475c2af49b42070d1671be8e6771a82635b0d7266db472b7c65d45bb41a898

Contents?: true

Size: 371 Bytes

Versions: 5

Compression:

Stored size: 371 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
awspec-0.11.0 lib/awspec/generator/doc/type/iam_group.rb
awspec-0.10.2 lib/awspec/generator/doc/type/iam_group.rb
awspec-0.10.1 lib/awspec/generator/doc/type/iam_group.rb
awspec-0.10.0 lib/awspec/generator/doc/type/iam_group.rb
awspec-0.9.0 lib/awspec/generator/doc/type/iam_group.rb