Class: Pikuri::Workspace::Confirmer::Rejected
- Inherits:
-
Data
- Object
- Data
- Pikuri::Workspace::Confirmer::Rejected
- Defined in:
- lib/pikuri/workspace/confirmer.rb
Overview
A decline carrying the human's optional steering reason (+nil+ if none), which the tool folds into the observation handed back to the model.
Instance Attribute Summary collapse
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Instance Attribute Details
#reason ⇒ Object (readonly)
Returns the value of attribute reason
116 117 118 |
# File 'lib/pikuri/workspace/confirmer.rb', line 116 def reason @reason end |