Class: Roleback::Deny

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

#initializeDeny

Returns a new instance of Deny.



35
36
37
# File 'lib/roleback/outcome.rb', line 35

def initialize
	super(:deny)
end