Class: Awspec::Generator::Doc::Type::Wafv2WebAcl
- Defined in:
- lib/awspec/generator/doc/type/wafv2_web_acl.rb
Instance Method Summary collapse
-
#initialize ⇒ Wafv2WebAcl
constructor
A new instance of Wafv2WebAcl.
Methods inherited from Base
#collect_matchers, #doc_template, #generate_doc, #sort_num, #type_name
Constructor Details
#initialize ⇒ Wafv2WebAcl
Returns a new instance of Wafv2WebAcl.
7 8 9 10 11 12 13 14 15 |
# File 'lib/awspec/generator/doc/type/wafv2_web_acl.rb', line 7 def initialize super @type_name = 'Wafv2WebAcl' @type = Awspec::Type::Wafv2WebAcl.new('my-wafv2-web-acl') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end |