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