Class: Roleback::Allow

Inherits:
OutcomeBase show all
Defined in:
lib/roleback/outcome.rb

Instance Attribute Summary

Attributes inherited from OutcomeBase

#outcome

Instance Method Summary collapse

Methods inherited from OutcomeBase

#==, #allowed?, #denied?, #to_s

Constructor Details

#initializeAllow

Returns a new instance of Allow.



29
30
31
# File 'lib/roleback/outcome.rb', line 29

def initialize
	super(:allow)
end