class Awspec::Generator::Doc::Type::WafregionalWebAcl

Public Class Methods

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