Class: ClaudeAgentSDK::StatusMessage
- Inherits:
-
SystemMessage
- Object
- Type
- SystemMessage
- ClaudeAgentSDK::StatusMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Status system message (compacting status, permission mode changes)
Instance Attribute Summary collapse
-
#permission_mode ⇒ Object
Returns the value of attribute permission_mode.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#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
#permission_mode ⇒ Object
Returns the value of attribute permission_mode.
260 261 262 |
# File 'lib/claude_agent_sdk/types.rb', line 260 def @permission_mode end |
#session_id ⇒ Object
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 |
#status ⇒ Object
Returns the value of attribute status.
260 261 262 |
# File 'lib/claude_agent_sdk/types.rb', line 260 def status @status end |
#uuid ⇒ Object
Returns the value of attribute uuid.
260 261 262 |
# File 'lib/claude_agent_sdk/types.rb', line 260 def uuid @uuid end |