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
36 37 38 |
# File 'lib/little_ghost/support/callbacks.rb', line 36 def value @value end |
Instance Method Details
#cancel? ⇒ Boolean
38 |
# File 'lib/little_ghost/support/callbacks.rb', line 38 def cancel? = false |
#continue? ⇒ Boolean
37 |
# File 'lib/little_ghost/support/callbacks.rb', line 37 def continue? = false |
#replace? ⇒ Boolean
39 |
# File 'lib/little_ghost/support/callbacks.rb', line 39 def replace? = true |