Class: ClaudeAgentSDK::TaskProgressMessage
- Inherits:
-
SystemMessage
- Object
- Type
- SystemMessage
- ClaudeAgentSDK::TaskProgressMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Task progress system message (periodic update from a running task)
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#last_tool_name ⇒ Object
Returns the value of attribute last_tool_name.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#task_id ⇒ Object
Returns the value of attribute task_id.
-
#tool_use_id ⇒ Object
Returns the value of attribute tool_use_id.
-
#usage ⇒ Object
Returns the value of attribute usage.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Attributes inherited from SystemMessage
Method Summary
Methods inherited from SystemMessage
Methods inherited from Type
#[], #[]=, from_hash, #initialize, #to_h, wrap
Constructor Details
This class inherits a constructor from ClaudeAgentSDK::SystemMessage
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
329 330 331 |
# File 'lib/claude_agent_sdk/types.rb', line 329 def description @description end |
#last_tool_name ⇒ Object
Returns the value of attribute last_tool_name.
329 330 331 |
# File 'lib/claude_agent_sdk/types.rb', line 329 def last_tool_name @last_tool_name end |
#session_id ⇒ Object
Returns the value of attribute session_id.
329 330 331 |
# File 'lib/claude_agent_sdk/types.rb', line 329 def session_id @session_id end |
#summary ⇒ Object
Returns the value of attribute summary.
329 330 331 |
# File 'lib/claude_agent_sdk/types.rb', line 329 def summary @summary end |
#task_id ⇒ Object
Returns the value of attribute task_id.
329 330 331 |
# File 'lib/claude_agent_sdk/types.rb', line 329 def task_id @task_id end |
#tool_use_id ⇒ Object
Returns the value of attribute tool_use_id.
329 330 331 |
# File 'lib/claude_agent_sdk/types.rb', line 329 def tool_use_id @tool_use_id end |
#usage ⇒ Object
Returns the value of attribute usage.
329 330 331 |
# File 'lib/claude_agent_sdk/types.rb', line 329 def usage @usage end |
#uuid ⇒ Object
Returns the value of attribute uuid.
329 330 331 |
# File 'lib/claude_agent_sdk/types.rb', line 329 def uuid @uuid end |