Class: Ask::Agent::Events::ToolPending
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::ToolPending
- Defined in:
- lib/ask/agent/events.rb
Overview
Emitted when a tool returns Ask::Result.pending (async work started).
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
20 21 22 |
# File 'lib/ask/agent/events.rb', line 20 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
20 21 22 |
# File 'lib/ask/agent/events.rb', line 20 def name @name end |