Class: FidorApi::Environment::FidorDE::Production
- Defined in:
- lib/fidor_api/environment/fidor_de/production.rb
Instance Method Summary collapse
- #api_host ⇒ Object
- #auth_host ⇒ Object
- #auth_methods ⇒ Object
- #auth_redirect_host ⇒ Object
- #transfers_api ⇒ Object
Instance Method Details
#api_host ⇒ Object
5 6 7 |
# File 'lib/fidor_api/environment/fidor_de/production.rb', line 5 def api_host 'https://api.fidor.de'.freeze end |
#auth_host ⇒ Object
9 10 11 |
# File 'lib/fidor_api/environment/fidor_de/production.rb', line 9 def auth_host 'https://apm.fidor.de'.freeze end |
#auth_methods ⇒ Object
17 18 19 |
# File 'lib/fidor_api/environment/fidor_de/production.rb', line 17 def auth_methods %i[authorization_code].freeze end |
#auth_redirect_host ⇒ Object
13 14 15 |
# File 'lib/fidor_api/environment/fidor_de/production.rb', line 13 def auth_redirect_host 'https://apm.fidor.de'.freeze end |
#transfers_api ⇒ Object
21 22 23 |
# File 'lib/fidor_api/environment/fidor_de/production.rb', line 21 def transfers_api :classic end |