class Awspec::Generator::Doc::Type::WafWebAcl
Public Class Methods
Source
# 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
Calls superclass method
Awspec::Generator::Doc::Type::Base::new