Module: Shogun::Authorizer

Defined in:
lib/shogun/authorizer.rb

Instance Method Summary collapse

Instance Method Details

#denied?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/shogun/authorizer.rb', line 3

def denied?
  !allowed?
end