Class: ImmosquareTranslate::Configuration
- Inherits:
-
Object
- Object
- ImmosquareTranslate::Configuration
- Defined in:
- lib/immosquare-translate/configuration.rb
Instance Attribute Summary collapse
-
#openai_api_key ⇒ Object
Returns the value of attribute openai_api_key.
-
#openai_model ⇒ Object
Returns the value of attribute openai_model.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 9 |
# File 'lib/immosquare-translate/configuration.rb', line 6 def initialize @openai_api_key = nil @openai_model = nil end |
Instance Attribute Details
#openai_api_key ⇒ Object
Returns the value of attribute openai_api_key.
4 5 6 |
# File 'lib/immosquare-translate/configuration.rb', line 4 def openai_api_key @openai_api_key end |
#openai_model ⇒ Object
Returns the value of attribute openai_model.
4 5 6 |
# File 'lib/immosquare-translate/configuration.rb', line 4 def openai_model @openai_model end |