Sha256: 8b938c49a16786e9ac96b55ae999381cd05f186fbfd67f4fcba402ed096b42c4

Contents?: true

Size: 540 Bytes

Versions: 5

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.lb
          @matchers = %w(belong_to_vpc belong_to_subnet)
          @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

5 entries across 5 versions & 1 rubygems

Version Path
awspec-0.8.0 lib/awspec/generator/doc/type/elb.rb
awspec-0.7.0 lib/awspec/generator/doc/type/elb.rb
awspec-0.6.4 lib/awspec/generator/doc/type/elb.rb
awspec-0.6.3 lib/awspec/generator/doc/type/elb.rb
awspec-0.6.2 lib/awspec/generator/doc/type/elb.rb