Sha256: b6fcd1cebbf8c3e3cdb87821fa3df107b6936ac1d4ec4c4fe3ea0aae479b5c70

Contents?: true

Size: 596 Bytes

Versions: 13

Compression:

Stored size: 596 Bytes

Contents

# frozen_string_literal: true

module Awspec::Generator
  module Doc
    module Type
      class Elb < Base
        def initialize
          super
          @type_name = 'ELB'
          @type = Awspec::Type::Elb.new('my-elb')
          @ret = @type.resource_via_client
          @matchers = %w[belong_to_vpc]
          @ignore_matchers = []
          @describes = %w[
            health_check_target health_check_interval health_check_timeout
            health_check_unhealthy_threshold health_check_healthy_threshold
            idle_timeout
          ]
        end
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
awspec-1.31.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.30.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.29.3 lib/awspec/generator/doc/type/elb.rb
awspec-1.29.2 lib/awspec/generator/doc/type/elb.rb
awspec-1.29.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.29.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.28.2 lib/awspec/generator/doc/type/elb.rb
awspec-1.28.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.28.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.27.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.27.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.26.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.25.2 lib/awspec/generator/doc/type/elb.rb