class Awspec::Generator::Doc::Type::WafWebAcl

Public Class Methods

new() click to toggle source
Calls superclass method Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/waf_web_acl.rb, line 7
def initialize
  super
  @type_name = 'WafWebAcl'
  @type = Awspec::Type::WafWebAcl.new('my-waf-web-acl')
  @ret = @type.resource_via_client
  @matchers = []
  @ignore_matchers = []
  @describes = %w[default_action]
end