Class: ClaudeAgentSDK::WorktreeRemoveHookInput
- Inherits:
-
BaseHookInput
- Object
- Type
- BaseHookInput
- ClaudeAgentSDK::WorktreeRemoveHookInput
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
WorktreeRemove hook input
Instance Attribute Summary collapse
-
#worktree_path ⇒ Object
Returns the value of attribute worktree_path.
Attributes inherited from BaseHookInput
#cwd, #hook_event_name, #permission_mode, #session_id, #transcript_path
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ WorktreeRemoveHookInput
constructor
A new instance of WorktreeRemoveHookInput.
Methods inherited from Type
#[], #[]=, from_hash, #to_h, wrap
Constructor Details
#initialize(attributes = {}) ⇒ WorktreeRemoveHookInput
Returns a new instance of WorktreeRemoveHookInput.
753 754 755 756 |
# File 'lib/claude_agent_sdk/types.rb', line 753 def initialize(attributes = {}) super @hook_event_name = 'WorktreeRemove' end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#worktree_path ⇒ Object
Returns the value of attribute worktree_path.
751 752 753 |
# File 'lib/claude_agent_sdk/types.rb', line 751 def worktree_path @worktree_path end |