Class: Riffer::Config::Anthropic
- Inherits:
-
Struct
- Object
- Struct
- Riffer::Config::Anthropic
- 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.
-
#client ⇒ Object
Returns the value of attribute client.
Class Method Summary collapse
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
7 8 9 |
# File 'lib/riffer/config.rb', line 7 def api_key @api_key end |
#client ⇒ Object
Returns the value of attribute client
7 8 9 |
# File 'lib/riffer/config.rb', line 7 def client @client end |
Class Method Details
.new(api_key, client) ⇒ instance .new(api_key:, client:) ⇒ instance
21 22 |
# File 'sig/generated/riffer/config.rbs', line 21
def self.new: (?untyped api_key, ?untyped client) -> instance
| (?api_key: untyped, ?client: untyped) -> instance
|