Class: Ask::Agent::Events::MaxTurnsExceeded
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::MaxTurnsExceeded
- Defined in:
- lib/ask/agent/events.rb
Instance Attribute Summary collapse
-
#max_turns ⇒ Object
readonly
Returns the value of attribute max_turns.
Instance Attribute Details
#max_turns ⇒ Object (readonly)
Returns the value of attribute max_turns
25 26 27 |
# File 'lib/ask/agent/events.rb', line 25 def max_turns @max_turns end |