Class: ClaudeAgentSDK::HookContext
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
Hook context passed to hook callbacks
Instance Attribute Summary collapse
-
#signal ⇒ Object
Returns the value of attribute signal.
Method Summary
Methods inherited from Type
#[], #[]=, from_hash, #initialize, #to_h, wrap
Constructor Details
This class inherits a constructor from ClaudeAgentSDK::Type
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#signal ⇒ Object
Returns the value of attribute signal.
566 567 568 |
# File 'lib/claude_agent_sdk/types.rb', line 566 def signal @signal end |