Class: YandexClient::Config
- Inherits:
-
Struct
- Object
- Struct
- YandexClient::Config
- Defined in:
- lib/yandex_client.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_secret ⇒ Object
Returns the value of attribute api_secret.
-
#connect_timeout ⇒ Object
Returns the value of attribute connect_timeout.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#read_timeout ⇒ Object
Returns the value of attribute read_timeout.
-
#write_timeout ⇒ Object
Returns the value of attribute write_timeout.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
14 15 16 |
# File 'lib/yandex_client.rb', line 14 def api_key @api_key end |
#api_secret ⇒ Object
Returns the value of attribute api_secret
14 15 16 |
# File 'lib/yandex_client.rb', line 14 def api_secret @api_secret end |
#connect_timeout ⇒ Object
Returns the value of attribute connect_timeout
14 15 16 |
# File 'lib/yandex_client.rb', line 14 def connect_timeout @connect_timeout end |
#logger ⇒ Object
Returns the value of attribute logger
14 15 16 |
# File 'lib/yandex_client.rb', line 14 def logger @logger end |
#read_timeout ⇒ Object
Returns the value of attribute read_timeout
14 15 16 |
# File 'lib/yandex_client.rb', line 14 def read_timeout @read_timeout end |
#write_timeout ⇒ Object
Returns the value of attribute write_timeout
14 15 16 |
# File 'lib/yandex_client.rb', line 14 def write_timeout @write_timeout end |