class Awspec::Generator::Doc::Type::EcrRepository
Public Class Methods
new()
click to toggle source
Calls superclass method
Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/ecr_repository.rb, line 7 def initialize super @type_name = 'ECR Repository' @type = Awspec::Type::EcrRepository.new('my-ecr-repository') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end