Class: WebHookDispatcher::Acl::DenyEntry

Inherits:
EntryBase
  • Object
show all
Defined in:
lib/webhook-dispatcher/acl/deny_entry.rb

Instance Attribute Summary

Attributes inherited from EntryBase

#addr, #name, #port

Instance Method Summary collapse

Methods inherited from EntryBase

#==, #initialize, #match?, #to_a

Constructor Details

This class inherits a constructor from WebHookDispatcher::Acl::EntryBase

Instance Method Details

#valueObject



7
8
9
# File 'lib/webhook-dispatcher/acl/deny_entry.rb', line 7

def value
  return false
end