Class: Copilot::SessionFsConfig
- Inherits:
-
Struct
- Object
- Struct
- Copilot::SessionFsConfig
- Defined in:
- lib/copilot/types.rb
Overview
Configuration for a custom session filesystem provider.
Instance Attribute Summary collapse
-
#conventions ⇒ Object
Returns the value of attribute conventions.
-
#initial_cwd ⇒ Object
Returns the value of attribute initial_cwd.
-
#session_state_path ⇒ Object
Returns the value of attribute session_state_path.
Instance Attribute Details
#conventions ⇒ Object
Returns the value of attribute conventions
563 564 565 |
# File 'lib/copilot/types.rb', line 563 def conventions @conventions end |
#initial_cwd ⇒ Object
Returns the value of attribute initial_cwd
563 564 565 |
# File 'lib/copilot/types.rb', line 563 def initial_cwd @initial_cwd end |
#session_state_path ⇒ Object
Returns the value of attribute session_state_path
563 564 565 |
# File 'lib/copilot/types.rb', line 563 def session_state_path @session_state_path end |