class FidorApi::Environment::Base
Public Instance Methods
api_host()
click to toggle source
# File lib/fidor_api/environment/base.rb, line 4 def api_host raise NotImplementedError end
auth_host()
click to toggle source
# File lib/fidor_api/environment/base.rb, line 8 def auth_host raise NotImplementedError end
auth_methods()
click to toggle source
# File lib/fidor_api/environment/base.rb, line 16 def auth_methods raise NotImplementedError end
auth_redirect_host()
click to toggle source
# File lib/fidor_api/environment/base.rb, line 12 def auth_redirect_host raise NotImplementedError end
transfers_api()
click to toggle source
# File lib/fidor_api/environment/base.rb, line 20 def transfers_api raise NotImplementedError end