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



590
591
592
# File 'lib/copilot/types.rb', line 590

def auto_restart
  @auto_restart
end

#auto_startObject

Returns the value of attribute auto_start

Returns:

  • (Object)

    the current value of auto_start



590
591
592
# File 'lib/copilot/types.rb', line 590

def auto_start
  @auto_start
end

#cli_argsObject

Returns the value of attribute cli_args

Returns:

  • (Object)

    the current value of cli_args



590
591
592
# File 'lib/copilot/types.rb', line 590

def cli_args
  @cli_args
end

#cli_pathObject

Returns the value of attribute cli_path

Returns:

  • (Object)

    the current value of cli_path



590
591
592
# File 'lib/copilot/types.rb', line 590

def cli_path
  @cli_path
end

#cli_urlObject

Returns the value of attribute cli_url

Returns:

  • (Object)

    the current value of cli_url



590
591
592
# File 'lib/copilot/types.rb', line 590

def cli_url
  @cli_url
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



590
591
592
# File 'lib/copilot/types.rb', line 590

def cwd
  @cwd
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



590
591
592
# File 'lib/copilot/types.rb', line 590

def env
  @env
end

#github_tokenObject

Returns the value of attribute github_token

Returns:

  • (Object)

    the current value of github_token



590
591
592
# File 'lib/copilot/types.rb', line 590

def github_token
  @github_token
end

#log_levelObject

Returns the value of attribute log_level

Returns:

  • (Object)

    the current value of log_level



590
591
592
# File 'lib/copilot/types.rb', line 590

def log_level
  @log_level
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



590
591
592
# File 'lib/copilot/types.rb', line 590

def port
  @port
end

#session_fsObject

Returns the value of attribute session_fs

Returns:

  • (Object)

    the current value of session_fs



590
591
592
# File 'lib/copilot/types.rb', line 590

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



590
591
592
# File 'lib/copilot/types.rb', line 590

def session_idle_timeout_seconds
  @session_idle_timeout_seconds
end

#use_logged_in_userObject

Returns the value of attribute use_logged_in_user

Returns:

  • (Object)

    the current value of 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_stdioObject

Returns the value of attribute use_stdio

Returns:

  • (Object)

    the current value of use_stdio



590
591
592
# File 'lib/copilot/types.rb', line 590

def use_stdio
  @use_stdio
end