Sha256: 32eb3f4375c855584643f02b11cf26f3e47b59dcdd2bdaa04a6703931900677b

Contents?: true

Size: 565 Bytes

Versions: 51

Compression:

Stored size: 565 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
            idle_timeout
          )
        end
      end
    end
  end
end

Version data entries

51 entries across 51 versions & 3 rubygems

Version Path
awspec-1.25.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.25.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.24.4 lib/awspec/generator/doc/type/elb.rb
awspec-1.24.3 lib/awspec/generator/doc/type/elb.rb
awspec-1.24.2 lib/awspec/generator/doc/type/elb.rb
awspec-1.24.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.24.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.23.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.22.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.22.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.21.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.21.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.20.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.19.2 lib/awspec/generator/doc/type/elb.rb
awspec-1.19.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.19.0 lib/awspec/generator/doc/type/elb.rb
cthiesfork-awspec-1.2.4 lib/awspec/generator/doc/type/elb.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/generator/doc/type/elb.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/generator/doc/type/elb.rb
awspec-1.18.6 lib/awspec/generator/doc/type/elb.rb