class Casbin::Effect::Effector

Effector is the interface for Casbin effectors.

Constants

ALLOW
DENY
INDETERMINATE

Public Instance Methods

final_effect(_effects) click to toggle source

returns the final effect based on the matched effects of the enforcer

# File lib/casbin-ruby/effect/effector.rb, line 15
def final_effect(_effects); end
intermediate_effect(_effects) click to toggle source

returns a intermediate effect based on the matched effects of the enforcer

# File lib/casbin-ruby/effect/effector.rb, line 12
def intermediate_effect(_effects); end