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 5 def initialize super @type = Awspec::Type::EcrRepository.new('my-ecr-repository') @matchers = [] @ignore_matchers = [] @describes = [] end