Class: Ask::Agent::Events::ToolPending

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

Overview

Emitted when a tool returns Ask::Result.pending (async work started).

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



20
21
22
# File 'lib/ask/agent/events.rb', line 20

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



20
21
22
# File 'lib/ask/agent/events.rb', line 20

def name
  @name
end