Class: Copilot::ForegroundSessionInfo
- Inherits:
-
Struct
- Object
- Struct
- Copilot::ForegroundSessionInfo
- Defined in:
- lib/copilot/types.rb
Overview
Foreground session info (TUI+server mode).
Instance Attribute Summary collapse
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#workspace_path ⇒ Object
Returns the value of attribute workspace_path.
Instance Attribute Details
#session_id ⇒ Object
Returns the value of attribute session_id
836 837 838 |
# File 'lib/copilot/types.rb', line 836 def session_id @session_id end |
#workspace_path ⇒ Object
Returns the value of attribute workspace_path
836 837 838 |
# File 'lib/copilot/types.rb', line 836 def workspace_path @workspace_path end |