Class: ClaudeAgentSDK::ForkSessionResult

Inherits:
Type
  • Object
show all
Defined in:
lib/claude_agent_sdk/types.rb

Overview

Result of a session fork operation

Instance Attribute Summary collapse

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

#session_idObject

Returns the value of attribute session_id.



1364
1365
1366
# File 'lib/claude_agent_sdk/types.rb', line 1364

def session_id
  @session_id
end