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