class Awspec::Generator::Doc::Type::IamRole

Public Class Methods

new() click to toggle source
Calls superclass method Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/iam_role.rb, line 5
def initialize
  super
  @type_name = 'IamRole'
  @type = Awspec::Type::IamRole.new('my-iam-role')
  @ret = @type.resource_via_client
  @matchers = %w(be_allowed_action)
  @ignore_matchers = []
  @describes = []
end