Class: Ask::Agent::Events::EvaluationBlocked
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::EvaluationBlocked
- Defined in:
- lib/ask/agent/events.rb
Instance Attribute Summary collapse
-
#evidence ⇒ Object
readonly
Returns the value of attribute evidence.
-
#feedback ⇒ Object
readonly
Returns the value of attribute feedback.
-
#scores ⇒ Object
readonly
Returns the value of attribute scores.
Instance Attribute Details
#evidence ⇒ Object (readonly)
Returns the value of attribute evidence
35 36 37 |
# File 'lib/ask/agent/events.rb', line 35 def evidence @evidence end |
#feedback ⇒ Object (readonly)
Returns the value of attribute feedback
35 36 37 |
# File 'lib/ask/agent/events.rb', line 35 def feedback @feedback end |
#scores ⇒ Object (readonly)
Returns the value of attribute scores
35 36 37 |
# File 'lib/ask/agent/events.rb', line 35 def scores @scores end |