Class: LiterLlm::AuthConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeAuthConfig

Returns a new instance of AuthConfig.

Parameters:

  • auth_type: (AuthType)
  • env_var: (String)


829
# File 'sig/types.rbs', line 829

def initialize: (auth_type: AuthType, ?env_var: String) -> void

Instance Attribute Details

#auth_typeAuthType (readonly)

Returns the value of attribute auth_type.

Returns:



826
827
828
# File 'sig/types.rbs', line 826

def auth_type
  @auth_type
end

#env_varString? (readonly)

Returns the value of attribute env_var.

Returns:

  • (String, nil)


827
828
829
# File 'sig/types.rbs', line 827

def env_var
  @env_var
end