class Awspec::Generator::Doc::Type::ManagedPrefixList
Public Class Methods
new()
click to toggle source
Calls superclass method
Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/managed_prefix_list.rb, line 7 def initialize super @type_name = 'ManagedPrefixList' @type = Awspec::Type::ManagedPrefixList.new('my-managed-prefix-list') @ret = @type.resource_via_client @matchers = ['its(:entries_count)'] @ignore_matchers = [] @describes = [] end