Sha256: bacbd5b9f4cc4c6686bc568ca73e98741d3fd6647906ac6c878dec8fd5253a47

Contents?: true

Size: 478 Bytes

Versions: 12

Compression:

Stored size: 478 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 = ['its(:inbound), its(:outbound)']
          @ignore_matchers = %w(be_allowed be_denied)
          @describes = %w(inbound_entries_count outbound_entries_count)
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
awspec-0.22.1 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.22.0 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.21.6 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.21.5 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.21.4 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.21.3 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.21.2 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.21.1 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.21.0 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.20.2 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.20.1 lib/awspec/generator/doc/type/network_acl.rb
awspec-0.20.0 lib/awspec/generator/doc/type/network_acl.rb