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