Class: FidorApi::Environment::Base
- Inherits:
-
Object
- Object
- FidorApi::Environment::Base
show all
- Defined in:
- lib/fidor_api/environment/base.rb
Instance Method Summary
collapse
Instance Method Details
#api_host ⇒ Object
4
5
6
|
# File 'lib/fidor_api/environment/base.rb', line 4
def api_host
raise NotImplementedError
end
|
#auth_host ⇒ Object
8
9
10
|
# File 'lib/fidor_api/environment/base.rb', line 8
def auth_host
raise NotImplementedError
end
|
#auth_methods ⇒ Object
16
17
18
|
# File 'lib/fidor_api/environment/base.rb', line 16
def auth_methods
raise NotImplementedError
end
|
#auth_redirect_host ⇒ Object
12
13
14
|
# File 'lib/fidor_api/environment/base.rb', line 12
def auth_redirect_host
raise NotImplementedError
end
|
#transfers_api ⇒ Object
20
21
22
|
# File 'lib/fidor_api/environment/base.rb', line 20
def transfers_api
raise NotImplementedError
end
|