Class: Copilot::SessionFsConfig

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

Overview

Configuration for a custom session filesystem provider.

Instance Attribute Summary collapse

Instance Attribute Details

#conventionsObject

Returns the value of attribute conventions

Returns:

  • (Object)

    the current value of conventions



563
564
565
# File 'lib/copilot/types.rb', line 563

def conventions
  @conventions
end

#initial_cwdObject

Returns the value of attribute initial_cwd

Returns:

  • (Object)

    the current value of initial_cwd



563
564
565
# File 'lib/copilot/types.rb', line 563

def initial_cwd
  @initial_cwd
end

#session_state_pathObject

Returns the value of attribute session_state_path

Returns:

  • (Object)

    the current value of session_state_path



563
564
565
# File 'lib/copilot/types.rb', line 563

def session_state_path
  @session_state_path
end