Sha256: 261775ed753a631e63de1ee662ee7e250ba9921ce218942c13eef8f15a5c00d8

Contents?: true

Size: 540 Bytes

Versions: 140

Compression:

Stored size: 540 Bytes

Contents

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
          )
        end
      end
    end
  end
end

Version data entries

140 entries across 140 versions & 2 rubygems

Version Path
awspec-1.12.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.12.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.11.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.11.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.10.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.9.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.8.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.7.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.6.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.6.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.5.4 lib/awspec/generator/doc/type/elb.rb
awspec-1.5.3 lib/awspec/generator/doc/type/elb.rb
awspec-1.5.2 lib/awspec/generator/doc/type/elb.rb
awspec-1.5.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.5.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.4.3 lib/awspec/generator/doc/type/elb.rb
awspec-1.4.2 lib/awspec/generator/doc/type/elb.rb
awspec-1.4.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.4.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.3.1 lib/awspec/generator/doc/type/elb.rb