Class: LittleGhost::Support::SerializedDispatcher::Entry
- Inherits:
-
Struct
- Object
- Struct
- LittleGhost::Support::SerializedDispatcher::Entry
- Defined in:
- lib/little_ghost/support/serialized_dispatcher.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#error ⇒ Object
Returns the value of attribute error.
-
#finished ⇒ Object
Returns the value of attribute finished.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition
6 7 8 |
# File 'lib/little_ghost/support/serialized_dispatcher.rb', line 6 def condition @condition end |
#error ⇒ Object
Returns the value of attribute error
6 7 8 |
# File 'lib/little_ghost/support/serialized_dispatcher.rb', line 6 def error @error end |
#finished ⇒ Object
Returns the value of attribute finished
6 7 8 |
# File 'lib/little_ghost/support/serialized_dispatcher.rb', line 6 def finished @finished end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/little_ghost/support/serialized_dispatcher.rb', line 6 def value @value end |