Class: LiterLlm::AuthConfig
- Inherits:
-
Object
- Object
- LiterLlm::AuthConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#auth_type ⇒ AuthType
readonly
Returns the value of attribute auth_type.
-
#env_var ⇒ String
readonly
Returns the value of attribute env_var.
Instance Method Summary collapse
-
#initialize ⇒ AuthConfig
constructor
A new instance of AuthConfig.
Constructor Details
#initialize ⇒ AuthConfig
Returns a new instance of AuthConfig.
744 |
# File 'sig/types.rbs', line 744
def initialize: (auth_type: AuthType, ?env_var: String) -> void
|
Instance Attribute Details
#auth_type ⇒ AuthType (readonly)
Returns the value of attribute auth_type.
741 742 743 |
# File 'sig/types.rbs', line 741 def auth_type @auth_type end |
#env_var ⇒ String (readonly)
Returns the value of attribute env_var.
742 743 744 |
# File 'sig/types.rbs', line 742 def env_var @env_var end |