Class: LittleGhost::Support::Callbacks::Cancel
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Support::Callbacks::Cancel
- Defined in:
- lib/little_ghost/support/callbacks.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Instance Method Summary collapse
Instance Attribute Details
#reason ⇒ Object (readonly)
Returns the value of attribute reason
29 30 31 |
# File 'lib/little_ghost/support/callbacks.rb', line 29 def reason @reason end |
Instance Method Details
#cancel? ⇒ Boolean
31 |
# File 'lib/little_ghost/support/callbacks.rb', line 31 def cancel? = true |
#continue? ⇒ Boolean
30 |
# File 'lib/little_ghost/support/callbacks.rb', line 30 def continue? = false |
#replace? ⇒ Boolean
32 |
# File 'lib/little_ghost/support/callbacks.rb', line 32 def replace? = false |