Class: Pikuri::Workspace::Confirmer::Rejected

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

Instance Attribute Details

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



116
117
118
# File 'lib/pikuri/workspace/confirmer.rb', line 116

def reason
  @reason
end