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.
-
#copilot_home ⇒ Object
Returns the value of attribute copilot_home.
-
#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.
-
#tcp_connection_token ⇒ Object
Returns the value of attribute tcp_connection_token.
-
#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
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def auto_restart @auto_restart end |
#auto_start ⇒ Object
Returns the value of attribute auto_start
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def auto_start @auto_start end |
#cli_args ⇒ Object
Returns the value of attribute cli_args
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def cli_args @cli_args end |
#cli_path ⇒ Object
Returns the value of attribute cli_path
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def cli_path @cli_path end |
#cli_url ⇒ Object
Returns the value of attribute cli_url
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def cli_url @cli_url end |
#copilot_home ⇒ Object
Returns the value of attribute copilot_home
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def copilot_home @copilot_home end |
#cwd ⇒ Object
Returns the value of attribute cwd
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def cwd @cwd end |
#env ⇒ Object
Returns the value of attribute env
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def env @env end |
#github_token ⇒ Object
Returns the value of attribute github_token
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def github_token @github_token end |
#log_level ⇒ Object
Returns the value of attribute log_level
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def log_level @log_level end |
#port ⇒ Object
Returns the value of attribute port
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def port @port end |
#session_fs ⇒ Object
Returns the value of attribute session_fs
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def session_fs @session_fs end |
#session_idle_timeout_seconds ⇒ Object
Returns the value of attribute session_idle_timeout_seconds
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def session_idle_timeout_seconds @session_idle_timeout_seconds end |
#tcp_connection_token ⇒ Object
Returns the value of attribute tcp_connection_token
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def tcp_connection_token @tcp_connection_token end |
#use_logged_in_user ⇒ Object
Returns the value of attribute use_logged_in_user
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def use_logged_in_user @use_logged_in_user end |
#use_stdio ⇒ Object
Returns the value of attribute use_stdio
593 594 595 |
# File 'lib/copilot/types.rb', line 593 def use_stdio @use_stdio end |