Sha256: 1d8e5048fc7680710b343cb61d5878efd15fc6ffda0165100d860503bd1140ca

Contents?: true

Size: 311 Bytes

Versions: 12

Compression:

Stored size: 311 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class EcsService < Base
        def initialize
          super
          @type = Awspec::Type::EcsService.new('my-ecs-service')
          @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_service.rb
awspec-0.65.1 lib/awspec/generator/doc/type/ecs_service.rb
awspec-0.65.0 lib/awspec/generator/doc/type/ecs_service.rb
awspec-0.64.0 lib/awspec/generator/doc/type/ecs_service.rb
awspec-0.63.1 lib/awspec/generator/doc/type/ecs_service.rb
awspec-0.63.0 lib/awspec/generator/doc/type/ecs_service.rb
awspec-0.62.1 lib/awspec/generator/doc/type/ecs_service.rb
awspec-0.62.0 lib/awspec/generator/doc/type/ecs_service.rb
awspec-0.61.1 lib/awspec/generator/doc/type/ecs_service.rb
awspec-0.61.0 lib/awspec/generator/doc/type/ecs_service.rb
awspec-0.60.1 lib/awspec/generator/doc/type/ecs_service.rb
awspec-0.60.0 lib/awspec/generator/doc/type/ecs_service.rb