Sha256: 2281a05e552a2352f172661c826a580428914609fc07b69d5c2561b5d96c7ce5

Contents?: true

Size: 311 Bytes

Versions: 12

Compression:

Stored size: 311 Bytes

Contents

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