Skip to content
Kward Search API index

Class: Kward::Transport::Host::AllowAllPolicy

Inherits:
Object
  • Object
show all
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

#authorizeObject



327
328
329
# File 'lib/kward/transport/host.rb', line 327

def authorize(**)
  true
end