Class: SabyVok::Config
- Inherits:
-
Object
- Object
- SabyVok::Config
- Defined in:
- lib/saby_vok.rb
Overview
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#host ⇒ Object
Returns the value of attribute host.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#oauth_url ⇒ Object
Returns the value of attribute oauth_url.
-
#retries ⇒ Object
Returns the value of attribute retries.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
21 22 23 |
# File 'lib/saby_vok.rb', line 21 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
21 22 23 |
# File 'lib/saby_vok.rb', line 21 def client_secret @client_secret end |
#host ⇒ Object
Returns the value of attribute host.
21 22 23 |
# File 'lib/saby_vok.rb', line 21 def host @host end |
#logger ⇒ Object
Returns the value of attribute logger.
21 22 23 |
# File 'lib/saby_vok.rb', line 21 def logger @logger end |
#oauth_url ⇒ Object
Returns the value of attribute oauth_url.
21 22 23 |
# File 'lib/saby_vok.rb', line 21 def oauth_url @oauth_url end |
#retries ⇒ Object
Returns the value of attribute retries.
21 22 23 |
# File 'lib/saby_vok.rb', line 21 def retries @retries end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
21 22 23 |
# File 'lib/saby_vok.rb', line 21 def secret_key @secret_key end |
#timeout ⇒ Object
Returns the value of attribute timeout.
21 22 23 |
# File 'lib/saby_vok.rb', line 21 def timeout @timeout end |