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
545 546 547 |
# File 'lib/copilot/types.rb', line 545 def session_id @session_id end |
#workspace_path ⇒ Object
Returns the value of attribute workspace_path
545 546 547 |
# File 'lib/copilot/types.rb', line 545 def workspace_path @workspace_path end |