Class: Ask::Agent::Events::ReflectionEnd

Inherits:
Data
  • Object
show all
Defined in:
lib/ask/agent/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#decisionObject (readonly)

Returns the value of attribute decision

Returns:

  • (Object)

    the current value of decision



29
30
31
# File 'lib/ask/agent/events.rb', line 29

def decision
  @decision
end

#feedbackObject (readonly)

Returns the value of attribute feedback

Returns:

  • (Object)

    the current value of feedback



29
30
31
# File 'lib/ask/agent/events.rb', line 29

def feedback
  @feedback
end