Sha256: f2c8a41aa64ec0cdb3d9182823dfcddfb95f3ae9327c2bdf61045fa5b2f81b6e

Contents?: true

Size: 342 Bytes

Versions: 12

Compression:

Stored size: 342 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class EcsContainerInstance < Base
        def initialize
          super
          @type = Awspec::Type::EcsContainerInstance.new('my-ecs-container-instance')
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
awspec-0.65.2 lib/awspec/generator/doc/type/ecs_container_instance.rb
awspec-0.65.1 lib/awspec/generator/doc/type/ecs_container_instance.rb
awspec-0.65.0 lib/awspec/generator/doc/type/ecs_container_instance.rb
awspec-0.64.0 lib/awspec/generator/doc/type/ecs_container_instance.rb
awspec-0.63.1 lib/awspec/generator/doc/type/ecs_container_instance.rb
awspec-0.63.0 lib/awspec/generator/doc/type/ecs_container_instance.rb
awspec-0.62.1 lib/awspec/generator/doc/type/ecs_container_instance.rb
awspec-0.62.0 lib/awspec/generator/doc/type/ecs_container_instance.rb
awspec-0.61.1 lib/awspec/generator/doc/type/ecs_container_instance.rb
awspec-0.61.0 lib/awspec/generator/doc/type/ecs_container_instance.rb
awspec-0.60.1 lib/awspec/generator/doc/type/ecs_container_instance.rb
awspec-0.60.0 lib/awspec/generator/doc/type/ecs_container_instance.rb