Class: Copilot::ForegroundSessionInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/copilot/types.rb

Overview

Foreground session info (TUI+server mode).

Instance Attribute Summary collapse

Instance Attribute Details

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



545
546
547
# File 'lib/copilot/types.rb', line 545

def session_id
  @session_id
end

#workspace_pathObject

Returns the value of attribute workspace_path

Returns:

  • (Object)

    the current value of workspace_path



545
546
547
# File 'lib/copilot/types.rb', line 545

def workspace_path
  @workspace_path
end