Class: Soothsayer::Configuration
- Inherits:
-
Object
- Object
- Soothsayer::Configuration
- Defined in:
- lib/soothsayer.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
30 31 32 |
# File 'lib/soothsayer.rb', line 30 def access_token @access_token end |
#client_id ⇒ Object
Returns the value of attribute client_id.
30 31 32 |
# File 'lib/soothsayer.rb', line 30 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
30 31 32 |
# File 'lib/soothsayer.rb', line 30 def client_secret @client_secret end |
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
30 31 32 |
# File 'lib/soothsayer.rb', line 30 def refresh_token @refresh_token end |