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