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)


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

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

Instance Attribute Details

#auth_typeAuthType (readonly)

Returns the value of attribute auth_type.

Returns:



741
742
743
# File 'sig/types.rbs', line 741

def auth_type
  @auth_type
end

#env_varString (readonly)

Returns the value of attribute env_var.

Returns:

  • (String)


742
743
744
# File 'sig/types.rbs', line 742

def env_var
  @env_var
end