Module: Beatport::Config
- Included in:
- Beatport
- Defined in:
- lib/beatport/config.rb
Instance Attribute Summary collapse
-
#access_token_key ⇒ Object
Returns the value of attribute access_token_key.
-
#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.
Instance Attribute Details
#access_token_key ⇒ Object
Returns the value of attribute access_token_key.
5 6 7 |
# File 'lib/beatport/config.rb', line 5 def access_token_key @access_token_key end |
#access_token_secret ⇒ Object
Returns the value of attribute access_token_secret.
6 7 8 |
# File 'lib/beatport/config.rb', line 6 def access_token_secret @access_token_secret end |
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
3 4 5 |
# File 'lib/beatport/config.rb', line 3 def consumer_key @consumer_key end |
#consumer_secret ⇒ Object
Returns the value of attribute consumer_secret.
4 5 6 |
# File 'lib/beatport/config.rb', line 4 def consumer_secret @consumer_secret end |