Class: Deepseek::Configuration
- Inherits:
-
Object
- Object
- Deepseek::Configuration
- Defined in:
- lib/deepseek.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
43 44 |
# File 'lib/deepseek.rb', line 43 def initialize end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
42 43 44 |
# File 'lib/deepseek.rb', line 42 def api_key @api_key end |
#base_uri ⇒ Object
Returns the value of attribute base_uri.
42 43 44 |
# File 'lib/deepseek.rb', line 42 def base_uri @base_uri end |