Class: Copilot::ClientOptions

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

Overview

Client options.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_restartObject

Returns the value of attribute auto_restart

Returns:

  • (Object)

    the current value of auto_restart



881
882
883
# File 'lib/copilot/types.rb', line 881

def auto_restart
  @auto_restart
end

#auto_startObject

Returns the value of attribute auto_start

Returns:

  • (Object)

    the current value of auto_start



881
882
883
# File 'lib/copilot/types.rb', line 881

def auto_start
  @auto_start
end

#cli_argsObject

Returns the value of attribute cli_args

Returns:

  • (Object)

    the current value of cli_args



881
882
883
# File 'lib/copilot/types.rb', line 881

def cli_args
  @cli_args
end

#cli_pathObject

Returns the value of attribute cli_path

Returns:

  • (Object)

    the current value of cli_path



881
882
883
# File 'lib/copilot/types.rb', line 881

def cli_path
  @cli_path
end

#cli_urlObject

Returns the value of attribute cli_url

Returns:

  • (Object)

    the current value of cli_url



881
882
883
# File 'lib/copilot/types.rb', line 881

def cli_url
  @cli_url
end

#copilot_homeObject

Returns the value of attribute copilot_home

Returns:

  • (Object)

    the current value of copilot_home



881
882
883
# File 'lib/copilot/types.rb', line 881

def copilot_home
  @copilot_home
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



881
882
883
# File 'lib/copilot/types.rb', line 881

def cwd
  @cwd
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



881
882
883
# File 'lib/copilot/types.rb', line 881

def env
  @env
end

#github_tokenObject

Returns the value of attribute github_token

Returns:

  • (Object)

    the current value of github_token



881
882
883
# File 'lib/copilot/types.rb', line 881

def github_token
  @github_token
end

#log_levelObject

Returns the value of attribute log_level

Returns:

  • (Object)

    the current value of log_level



881
882
883
# File 'lib/copilot/types.rb', line 881

def log_level
  @log_level
end

#on_get_trace_contextObject

Returns the value of attribute on_get_trace_context

Returns:

  • (Object)

    the current value of on_get_trace_context



881
882
883
# File 'lib/copilot/types.rb', line 881

def on_get_trace_context
  @on_get_trace_context
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



881
882
883
# File 'lib/copilot/types.rb', line 881

def port
  @port
end

#session_fsObject

Returns the value of attribute session_fs

Returns:

  • (Object)

    the current value of session_fs



881
882
883
# File 'lib/copilot/types.rb', line 881

def session_fs
  @session_fs
end

#session_idle_timeout_secondsObject

Returns the value of attribute session_idle_timeout_seconds

Returns:

  • (Object)

    the current value of session_idle_timeout_seconds



881
882
883
# File 'lib/copilot/types.rb', line 881

def session_idle_timeout_seconds
  @session_idle_timeout_seconds
end

#tcp_connection_tokenObject

Returns the value of attribute tcp_connection_token

Returns:

  • (Object)

    the current value of tcp_connection_token



881
882
883
# File 'lib/copilot/types.rb', line 881

def tcp_connection_token
  @tcp_connection_token
end

#use_logged_in_userObject

Returns the value of attribute use_logged_in_user

Returns:

  • (Object)

    the current value of use_logged_in_user



881
882
883
# File 'lib/copilot/types.rb', line 881

def use_logged_in_user
  @use_logged_in_user
end

#use_stdioObject

Returns the value of attribute use_stdio

Returns:

  • (Object)

    the current value of use_stdio



881
882
883
# File 'lib/copilot/types.rb', line 881

def use_stdio
  @use_stdio
end