class OpenExchangeRates::Rates::MissingAppIdError

Public Class Methods

new(msg = "Go to https://openexchangerates.org/signup to get App ID and then add it to the configuration: OpenExchangeRates.configuration.app_id = 'your app id'") click to toggle source
Calls superclass method
# File lib/open_exchange_rates/rates.rb, line 9
def initialize(msg = "Go to https://openexchangerates.org/signup to get App ID and then add it to the configuration: OpenExchangeRates.configuration.app_id = 'your app id'")
  super(msg)
end