Class: Riffer::Config::AzureOpenAI
- Inherits:
-
Struct
- Object
- Struct
- Riffer::Config::AzureOpenAI
- Defined in:
- lib/riffer/config.rb,
sig/generated/riffer/config.rbs
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
Class Method Summary collapse
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
8 9 10 |
# File 'lib/riffer/config.rb', line 8 def api_key @api_key end |
#endpoint ⇒ Object
Returns the value of attribute endpoint
8 9 10 |
# File 'lib/riffer/config.rb', line 8 def endpoint @endpoint end |
Class Method Details
.new(api_key, endpoint) ⇒ instance .new(api_key:, endpoint:) ⇒ instance
26 27 |
# File 'sig/generated/riffer/config.rbs', line 26
def self.new: (?untyped api_key, ?untyped endpoint) -> instance
| (?api_key: untyped, ?endpoint: untyped) -> instance
|