Sha256: bf6e6964ba8f0b7c5189da83b5f87d7e9ead8c673217507325e740bbf1487ff7

Contents?: true

Size: 590 Bytes

Versions: 8

Compression:

Stored size: 590 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class NetworkAcl < Base
        def initialize
          super
          @type_name = 'NetworkAcl'
          @type = Awspec::Type::NetworkAcl.new('my-network-acl')
          @ret = @type.resource
          @matchers = [
            'belong_to_vpc',
            'its(:inbound), its(:outbound), its(:inbound_entries_count), its(:outbound_entries_count)'
          ]
          @ignore_matchers = %w(be_allowed be_denied)
          @describes = %w(inbound_entries_count outbound_entries_count)
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
awspec-0.25.3 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.25.2 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.25.1 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.25.0 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.24.2 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.24.1 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.24.0 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.23.0 lib/awspec/generator/doc/type/network_acl.rb