Class: ClaudeAgentSDK::TaskStartedMessage
- Inherits:
-
SystemMessage
- Object
- Type
- SystemMessage
- ClaudeAgentSDK::TaskStartedMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Task started system message (subagent/background task started)
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#prompt ⇒ Object
Returns the value of attribute prompt.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#task_id ⇒ Object
Returns the value of attribute task_id.
-
#task_type ⇒ Object
Returns the value of attribute task_type.
-
#tool_use_id ⇒ Object
Returns the value of attribute tool_use_id.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#workflow_name ⇒ Object
Returns the value of attribute workflow_name.
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.
323 324 325 |
# File 'lib/claude_agent_sdk/types.rb', line 323 def description @description end |
#prompt ⇒ Object
Returns the value of attribute prompt.
323 324 325 |
# File 'lib/claude_agent_sdk/types.rb', line 323 def prompt @prompt end |
#session_id ⇒ Object
Returns the value of attribute session_id.
323 324 325 |
# File 'lib/claude_agent_sdk/types.rb', line 323 def session_id @session_id end |
#task_id ⇒ Object
Returns the value of attribute task_id.
323 324 325 |
# File 'lib/claude_agent_sdk/types.rb', line 323 def task_id @task_id end |
#task_type ⇒ Object
Returns the value of attribute task_type.
323 324 325 |
# File 'lib/claude_agent_sdk/types.rb', line 323 def task_type @task_type end |
#tool_use_id ⇒ Object
Returns the value of attribute tool_use_id.
323 324 325 |
# File 'lib/claude_agent_sdk/types.rb', line 323 def tool_use_id @tool_use_id end |
#uuid ⇒ Object
Returns the value of attribute uuid.
323 324 325 |
# File 'lib/claude_agent_sdk/types.rb', line 323 def uuid @uuid end |
#workflow_name ⇒ Object
Returns the value of attribute workflow_name.
323 324 325 |
# File 'lib/claude_agent_sdk/types.rb', line 323 def workflow_name @workflow_name end |