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



593
594
595
# File 'lib/copilot/types.rb', line 593

def auto_restart
  @auto_restart
end

#auto_startObject

Returns the value of attribute auto_start

Returns:

  • (Object)

    the current value of auto_start



593
594
595
# File 'lib/copilot/types.rb', line 593

def auto_start
  @auto_start
end

#cli_argsObject

Returns the value of attribute cli_args

Returns:

  • (Object)

    the current value of cli_args



593
594
595
# File 'lib/copilot/types.rb', line 593

def cli_args
  @cli_args
end

#cli_pathObject

Returns the value of attribute cli_path

Returns:

  • (Object)

    the current value of cli_path



593
594
595
# File 'lib/copilot/types.rb', line 593

def cli_path
  @cli_path
end

#cli_urlObject

Returns the value of attribute cli_url

Returns:

  • (Object)

    the current value of cli_url



593
594
595
# File 'lib/copilot/types.rb', line 593

def cli_url
  @cli_url
end

#copilot_homeObject

Returns the value of attribute copilot_home

Returns:

  • (Object)

    the current value of copilot_home



593
594
595
# File 'lib/copilot/types.rb', line 593

def copilot_home
  @copilot_home
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



593
594
595
# File 'lib/copilot/types.rb', line 593

def cwd
  @cwd
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



593
594
595
# File 'lib/copilot/types.rb', line 593

def env
  @env
end

#github_tokenObject

Returns the value of attribute github_token

Returns:

  • (Object)

    the current value of github_token



593
594
595
# File 'lib/copilot/types.rb', line 593

def github_token
  @github_token
end

#log_levelObject

Returns the value of attribute log_level

Returns:

  • (Object)

    the current value of log_level



593
594
595
# File 'lib/copilot/types.rb', line 593

def log_level
  @log_level
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



593
594
595
# File 'lib/copilot/types.rb', line 593

def port
  @port
end

#session_fsObject

Returns the value of attribute session_fs

Returns:

  • (Object)

    the current value of session_fs



593
594
595
# File 'lib/copilot/types.rb', line 593

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



593
594
595
# File 'lib/copilot/types.rb', line 593

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



593
594
595
# File 'lib/copilot/types.rb', line 593

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



593
594
595
# File 'lib/copilot/types.rb', line 593

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



593
594
595
# File 'lib/copilot/types.rb', line 593

def use_stdio
  @use_stdio
end