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
cthiesfork-awspec-1.2.2 lib/awspec/generator/doc/type/elb.rb
cthiesfork-awspec-1.2.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.18.5 lib/awspec/generator/doc/type/elb.rb
cthiesfork-awspec-1.2.0 lib/awspec/generator/doc/type/elb.rb
cthiesfork-awspec-1.1.0 lib/awspec/generator/doc/type/elb.rb
cthiesfork-awspec-1.0.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.18.4 lib/awspec/generator/doc/type/elb.rb
awspec-1.18.3 lib/awspec/generator/doc/type/elb.rb
awspec-1.18.2 lib/awspec/generator/doc/type/elb.rb
awspec-1.18.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.18.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.17.4 lib/awspec/generator/doc/type/elb.rb
awspec-1.17.3 lib/awspec/generator/doc/type/elb.rb
awspec-1.17.2 lib/awspec/generator/doc/type/elb.rb
awspec-1.17.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.17.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.16.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.16.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.15.3 lib/awspec/generator/doc/type/elb.rb
awspec-1.15.2 lib/awspec/generator/doc/type/elb.rb