Module: Remixr
- Defined in:
- lib/remixr.rb,
lib/remixr/client.rb
Defined Under Namespace
Classes: Client
Class Method Summary (collapse)
-
+ (Object) api_key
Get your API key from remix.bestbuy.com/apps/register.
- + (Object) api_key=(api_key)
Class Method Details
+ (Object) api_key
Get your API key from remix.bestbuy.com/apps/register
15 16 17 18 19 |
# File 'lib/remixr.rb', line 15 def self.api_key raise APIKeyNotSet if @api_key.nil? @api_key end |
+ (Object) api_key=(api_key)
21 22 23 |
# File 'lib/remixr.rb', line 21 def self.api_key=(api_key) @api_key = api_key end |