Class: ClaudeAgentSDK::StatusMessage

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

Overview

Status system message (compacting status, permission mode changes)

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

#permission_modeObject

Returns the value of attribute permission_mode.



260
261
262
# File 'lib/claude_agent_sdk/types.rb', line 260

def permission_mode
  @permission_mode
end

#session_idObject

Returns the value of attribute session_id.



260
261
262
# File 'lib/claude_agent_sdk/types.rb', line 260

def session_id
  @session_id
end

#statusObject

Returns the value of attribute status.



260
261
262
# File 'lib/claude_agent_sdk/types.rb', line 260

def status
  @status
end

#uuidObject

Returns the value of attribute uuid.



260
261
262
# File 'lib/claude_agent_sdk/types.rb', line 260

def uuid
  @uuid
end