Class: ClaudeAgentSDK::SessionStateChangedMessage
- Inherits:
-
SystemMessage
- Object
- Type
- SystemMessage
- ClaudeAgentSDK::SessionStateChangedMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Session state changed system message
Instance Attribute Summary collapse
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#state ⇒ Object
Returns the value of attribute state.
-
#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
#session_id ⇒ Object
Returns the value of attribute session_id.
292 293 294 |
# File 'lib/claude_agent_sdk/types.rb', line 292 def session_id @session_id end |
#state ⇒ Object
Returns the value of attribute state.
292 293 294 |
# File 'lib/claude_agent_sdk/types.rb', line 292 def state @state end |
#uuid ⇒ Object
Returns the value of attribute uuid.
292 293 294 |
# File 'lib/claude_agent_sdk/types.rb', line 292 def uuid @uuid end |