Sha256: a2f5eb6f0b4fe975c0c22b8bb02b2e24d5b6021e7e3ae741cba838d8c139537f

Contents?: true

Size: 367 Bytes

Versions: 4

Compression:

Stored size: 367 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

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