Class: ClaudeAgentSDK::SessionEndHookInput

Inherits:
BaseHookInput show all
Defined in:
lib/claude_agent_sdk/types.rb

Overview

SessionEnd hook input

Instance Attribute Summary collapse

Attributes inherited from BaseHookInput

#cwd, #hook_event_name, #permission_mode, #session_id, #transcript_path

Instance Method Summary collapse

Methods inherited from Type

#[], #[]=, from_hash, #to_h, wrap

Constructor Details

#initialize(attributes = {}) ⇒ SessionEndHookInput

Returns a new instance of SessionEndHookInput.



734
735
736
737
# File 'lib/claude_agent_sdk/types.rb', line 734

def initialize(attributes = {})
  super
  @hook_event_name = 'SessionEnd'
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type

Instance Attribute Details

#reasonObject

Returns the value of attribute reason.



732
733
734
# File 'lib/claude_agent_sdk/types.rb', line 732

def reason
  @reason
end