Class: Copilot::ClientOptions
- Inherits:
-
Struct
- Object
- Struct
- Copilot::ClientOptions
- Defined in:
- lib/copilot/types.rb
Overview
Client options.
Instance Attribute Summary collapse
-
#auto_restart ⇒ Object
Returns the value of attribute auto_restart.
-
#auto_start ⇒ Object
Returns the value of attribute auto_start.
-
#cli_args ⇒ Object
Returns the value of attribute cli_args.
-
#cli_path ⇒ Object
Returns the value of attribute cli_path.
-
#cli_url ⇒ Object
Returns the value of attribute cli_url.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#env ⇒ Object
Returns the value of attribute env.
-
#github_token ⇒ Object
Returns the value of attribute github_token.
-
#log_level ⇒ Object
Returns the value of attribute log_level.
-
#port ⇒ Object
Returns the value of attribute port.
-
#session_fs ⇒ Object
Returns the value of attribute session_fs.
-
#session_idle_timeout_seconds ⇒ Object
Returns the value of attribute session_idle_timeout_seconds.
-
#use_logged_in_user ⇒ Object
Returns the value of attribute use_logged_in_user.
-
#use_stdio ⇒ Object
Returns the value of attribute use_stdio.
Instance Attribute Details
#auto_restart ⇒ Object
Returns the value of attribute auto_restart
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def auto_restart @auto_restart end |
#auto_start ⇒ Object
Returns the value of attribute auto_start
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def auto_start @auto_start end |
#cli_args ⇒ Object
Returns the value of attribute cli_args
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def cli_args @cli_args end |
#cli_path ⇒ Object
Returns the value of attribute cli_path
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def cli_path @cli_path end |
#cli_url ⇒ Object
Returns the value of attribute cli_url
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def cli_url @cli_url end |
#cwd ⇒ Object
Returns the value of attribute cwd
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def cwd @cwd end |
#env ⇒ Object
Returns the value of attribute env
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def env @env end |
#github_token ⇒ Object
Returns the value of attribute github_token
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def github_token @github_token end |
#log_level ⇒ Object
Returns the value of attribute log_level
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def log_level @log_level end |
#port ⇒ Object
Returns the value of attribute port
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def port @port end |
#session_fs ⇒ Object
Returns the value of attribute session_fs
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def session_fs @session_fs end |
#session_idle_timeout_seconds ⇒ Object
Returns the value of attribute session_idle_timeout_seconds
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def session_idle_timeout_seconds @session_idle_timeout_seconds end |
#use_logged_in_user ⇒ Object
Returns the value of attribute use_logged_in_user
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def use_logged_in_user @use_logged_in_user end |
#use_stdio ⇒ Object
Returns the value of attribute use_stdio
590 591 592 |
# File 'lib/copilot/types.rb', line 590 def use_stdio @use_stdio end |