Class: Omakase::Executor::Answer

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



14
15
16
# File 'lib/omakase/executor.rb', line 14

def value
  @value
end