Class: Immobilienscout::Configuration
- Inherits:
-
Object
- Object
- Immobilienscout::Configuration
- Defined in:
- lib/immobilienscout.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#access_token_secret ⇒ Object
Returns the value of attribute access_token_secret.
-
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
-
#consumer_secret ⇒ Object
Returns the value of attribute consumer_secret.
-
#use_sandbox ⇒ Object
Returns the value of attribute use_sandbox.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
29 30 31 |
# File 'lib/immobilienscout.rb', line 29 def access_token @access_token end |
#access_token_secret ⇒ Object
Returns the value of attribute access_token_secret.
29 30 31 |
# File 'lib/immobilienscout.rb', line 29 def access_token_secret @access_token_secret end |
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
29 30 31 |
# File 'lib/immobilienscout.rb', line 29 def consumer_key @consumer_key end |
#consumer_secret ⇒ Object
Returns the value of attribute consumer_secret.
29 30 31 |
# File 'lib/immobilienscout.rb', line 29 def consumer_secret @consumer_secret end |
#use_sandbox ⇒ Object
Returns the value of attribute use_sandbox.
29 30 31 |
# File 'lib/immobilienscout.rb', line 29 def use_sandbox @use_sandbox end |