Class: Football::Butler::Timezones
- Defined in:
- lib/football/butler/timezones.rb
Constant Summary
Constants inherited from Base
Class Method Summary collapse
-
.all(result: api_switch_result) ⇒ Object
TIMEZONE.
Methods inherited from Base
api_class, api_switch, api_switch_method, api_switch_result, error_message, invalid_config_result, not_found_result, reached_limit?, this_class, unsupported_api_call, unsupported_api_endpoint
Class Method Details
.all(result: api_switch_result) ⇒ Object
TIMEZONE
10 11 12 |
# File 'lib/football/butler/timezones.rb', line 10 def all(result: api_switch_result) api_switch_method(__method__, { result: result }) end |