Class: Ask::Agent::Events::ToolExecutionStart
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::ToolExecutionStart
- Defined in:
- lib/ask/agent/events.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
17 18 19 |
# File 'lib/ask/agent/events.rb', line 17 def arguments @arguments end |
#id ⇒ Object (readonly)
Returns the value of attribute id
17 18 19 |
# File 'lib/ask/agent/events.rb', line 17 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
17 18 19 |
# File 'lib/ask/agent/events.rb', line 17 def name @name end |