Class: ClaudeAgentSDK::HookStartedMessage
- Inherits:
-
SystemMessage
- Object
- Type
- SystemMessage
- ClaudeAgentSDK::HookStartedMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Hook started system message
Instance Attribute Summary collapse
-
#hook_event ⇒ Object
Returns the value of attribute hook_event.
-
#hook_id ⇒ Object
Returns the value of attribute hook_id.
-
#hook_name ⇒ Object
Returns the value of attribute hook_name.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#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
#hook_event ⇒ Object
Returns the value of attribute hook_event.
275 276 277 |
# File 'lib/claude_agent_sdk/types.rb', line 275 def hook_event @hook_event end |
#hook_id ⇒ Object
Returns the value of attribute hook_id.
275 276 277 |
# File 'lib/claude_agent_sdk/types.rb', line 275 def hook_id @hook_id end |
#hook_name ⇒ Object
Returns the value of attribute hook_name.
275 276 277 |
# File 'lib/claude_agent_sdk/types.rb', line 275 def hook_name @hook_name end |
#session_id ⇒ Object
Returns the value of attribute session_id.
275 276 277 |
# File 'lib/claude_agent_sdk/types.rb', line 275 def session_id @session_id end |
#uuid ⇒ Object
Returns the value of attribute uuid.
275 276 277 |
# File 'lib/claude_agent_sdk/types.rb', line 275 def uuid @uuid end |