Sha256: f933dae5886fe1b55f1a80be17bc9d1c2e15b196323497ed280fe21a1244c9e4

Contents?: true

Size: 434 Bytes

Versions: 5

Compression:

Stored size: 434 Bytes

Contents

# frozen_string_literal: true

module Awspec::Generator
  module Doc
    module Type
      class EcrRepository < Base
        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
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
awspec-1.30.0 lib/awspec/generator/doc/type/ecr_repository.rb
awspec-1.29.3 lib/awspec/generator/doc/type/ecr_repository.rb
awspec-1.29.2 lib/awspec/generator/doc/type/ecr_repository.rb
awspec-1.29.1 lib/awspec/generator/doc/type/ecr_repository.rb
awspec-1.29.0 lib/awspec/generator/doc/type/ecr_repository.rb