class BestBuy::Exceptions::ApiKeyNotFound

Public Instance Methods

message() click to toggle source
# File lib/best_buy/exceptions/api_key_not_found.rb, line 6
def message
  'No API key configured. Either configure it in config/initializers/best_buy.rb '\
    'or pass it as a parameter when creating the API instance.'
end