Class: Ask::Agent::Events::ReflectionEnd
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::ReflectionEnd
- Defined in:
- lib/ask/agent/events.rb
Instance Attribute Summary collapse
-
#decision ⇒ Object
readonly
Returns the value of attribute decision.
-
#feedback ⇒ Object
readonly
Returns the value of attribute feedback.
Instance Attribute Details
#decision ⇒ Object (readonly)
Returns the value of attribute decision
29 30 31 |
# File 'lib/ask/agent/events.rb', line 29 def decision @decision end |
#feedback ⇒ Object (readonly)
Returns the value of attribute feedback
29 30 31 |
# File 'lib/ask/agent/events.rb', line 29 def feedback @feedback end |