Sha256: 046fe4ca1432ec0b6a053ea018dee84c783579aa0812a4f71fe54260708324a6

Contents?: true

Size: 546 Bytes

Versions: 31

Compression:

Stored size: 546 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
          @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

31 entries across 31 versions & 1 rubygems

Version Path
awspec-0.22.1 lib/awspec/generator/doc/type/elb.rb
awspec-0.22.0 lib/awspec/generator/doc/type/elb.rb
awspec-0.21.6 lib/awspec/generator/doc/type/elb.rb
awspec-0.21.5 lib/awspec/generator/doc/type/elb.rb
awspec-0.21.4 lib/awspec/generator/doc/type/elb.rb
awspec-0.21.3 lib/awspec/generator/doc/type/elb.rb
awspec-0.21.2 lib/awspec/generator/doc/type/elb.rb
awspec-0.21.1 lib/awspec/generator/doc/type/elb.rb
awspec-0.21.0 lib/awspec/generator/doc/type/elb.rb
awspec-0.20.2 lib/awspec/generator/doc/type/elb.rb
awspec-0.20.1 lib/awspec/generator/doc/type/elb.rb
awspec-0.20.0 lib/awspec/generator/doc/type/elb.rb
awspec-0.19.0 lib/awspec/generator/doc/type/elb.rb
awspec-0.18.2 lib/awspec/generator/doc/type/elb.rb
awspec-0.18.1 lib/awspec/generator/doc/type/elb.rb
awspec-0.18.0 lib/awspec/generator/doc/type/elb.rb
awspec-0.17.1 lib/awspec/generator/doc/type/elb.rb
awspec-0.17.0 lib/awspec/generator/doc/type/elb.rb
awspec-0.16.0 lib/awspec/generator/doc/type/elb.rb
awspec-0.15.0 lib/awspec/generator/doc/type/elb.rb