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
14 15 16 |
# File 'lib/omakase/executor.rb', line 14 def value @value end |