Class: Omakase::Executor::Answer
- Inherits:
-
Data
- Object
- Data
- Omakase::Executor::Answer
- Defined in:
- lib/omakase/executor.rb
Overview
What finish(value) handed back: the answer as a Ruby value, not as text.
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value
15 16 17 |
# File 'lib/omakase/executor.rb', line 15 def value @value end |