class Awspec::Generator::Doc::Type::ElasticacheCacheParameterGroup

Public Class Methods

new() click to toggle source
Calls superclass method Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/elasticache_cache_parameter_group.rb, line 7
def initialize
  super
  @type_name = 'ElasticacheCacheParameterGroup'
  @type = Awspec::Type::ElasticacheCacheParameterGroup.new('my-cache-parameter-group')
  @ret = @type.resource_via_client
  @matchers = []
  @ignore_matchers = []
  @describes = []
end