class Awspec::Generator::Doc::Type::Wafv2IpSet
Public Class Methods
Source
# File lib/awspec/generator/doc/type/wafv2_ip_set.rb, line 7 def initialize super @type_name = 'Wafv2IpSet' @type = Awspec::Type::Wafv2IpSet.new('my-ip-set') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end
Calls superclass method
Awspec::Generator::Doc::Type::Base::new