Class: Kward::Transport::Host::AllowAllPolicy
- Inherits:
-
Object
- Object
- Kward::Transport::Host::AllowAllPolicy
- Defined in:
- lib/kward/transport/host.rb
Overview
Default policy used by the host until a configured policy is supplied.
Instance Method Summary collapse
Instance Method Details
#authorize ⇒ Object
327 328 329 |
# File 'lib/kward/transport/host.rb', line 327 def (**) true end |