Sha256: 10fcf5a9e43f78c49b513b405912ff3436b371b11eda9a16baaba2a3520744ec

Contents?: true

Size: 533 Bytes

Versions: 72

Compression:

Stored size: 533 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class Nlb < Base
        def initialize
          super
          @type_name = 'NLB'
          @type = Awspec::Type::Nlb.new('my-nlb')
          @ret = @type.resource_via_client
          @matchers = [
            Awspec::Type::Nlb::STATES.map { |state| 'be_' + state }.join(', '),
            'belong_to_vpc'
          ]
          @ignore_matchers = Awspec::Type::Nlb::STATES.map { |state| 'be_' + state }
          @describes = []
        end
      end
    end
  end
end

Version data entries

72 entries across 72 versions & 3 rubygems

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