Class: ClaudeAgentSDK::TaskNotificationMessage

Inherits:
SystemMessage show all
Defined in:
lib/claude_agent_sdk/types.rb

Overview

Task notification system message (task completed/failed/stopped)

Instance Attribute Summary collapse

Attributes inherited from SystemMessage

#data, #subtype

Method Summary

Methods inherited from SystemMessage

#initialize

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

#output_fileObject

Returns the value of attribute output_file.



334
335
336
# File 'lib/claude_agent_sdk/types.rb', line 334

def output_file
  @output_file
end

#session_idObject

Returns the value of attribute session_id.



334
335
336
# File 'lib/claude_agent_sdk/types.rb', line 334

def session_id
  @session_id
end

#statusObject

Returns the value of attribute status.



334
335
336
# File 'lib/claude_agent_sdk/types.rb', line 334

def status
  @status
end

#summaryObject

Returns the value of attribute summary.



334
335
336
# File 'lib/claude_agent_sdk/types.rb', line 334

def summary
  @summary
end

#task_idObject

Returns the value of attribute task_id.



334
335
336
# File 'lib/claude_agent_sdk/types.rb', line 334

def task_id
  @task_id
end

#tool_use_idObject

Returns the value of attribute tool_use_id.



334
335
336
# File 'lib/claude_agent_sdk/types.rb', line 334

def tool_use_id
  @tool_use_id
end

#usageObject

Returns the value of attribute usage.



334
335
336
# File 'lib/claude_agent_sdk/types.rb', line 334

def usage
  @usage
end

#uuidObject

Returns the value of attribute uuid.



334
335
336
# File 'lib/claude_agent_sdk/types.rb', line 334

def uuid
  @uuid
end