Class: Riffer::Config::Gemini
- Inherits:
-
Struct
- Object
- Struct
- Riffer::Config::Gemini
- Defined in:
- lib/riffer/config.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#open_timeout ⇒ Object
Returns the value of attribute open_timeout.
-
#read_timeout ⇒ Object
Returns the value of attribute read_timeout.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
21 22 23 |
# File 'lib/riffer/config.rb', line 21 def api_key @api_key end |
#open_timeout ⇒ Object
Returns the value of attribute open_timeout
21 22 23 |
# File 'lib/riffer/config.rb', line 21 def open_timeout @open_timeout end |
#read_timeout ⇒ Object
Returns the value of attribute read_timeout
21 22 23 |
# File 'lib/riffer/config.rb', line 21 def read_timeout @read_timeout end |