Class: Roleback::Deny
- Inherits:
-
OutcomeBase
- Object
- OutcomeBase
- Roleback::Deny
- Defined in:
- lib/roleback/outcome.rb
Instance Attribute Summary
Attributes inherited from OutcomeBase
Instance Method Summary collapse
-
#initialize ⇒ Deny
constructor
A new instance of Deny.
Methods inherited from OutcomeBase
#==, #allowed?, #denied?, #to_s
Constructor Details
#initialize ⇒ Deny
Returns a new instance of Deny.
35 36 37 |
# File 'lib/roleback/outcome.rb', line 35 def initialize super(:deny) end |