Class: Football::Butler::Apifootball::BaseApifootball
- Defined in:
- lib/football/butler/apifootball/base_apifootball.rb
Direct Known Subclasses
Competitions, Countries, Events, HeadToHead, Lineups, Odds, Players, Predictions, Standings, Statistics, Teams, TopScorers
Constant Summary
Constants inherited from Base
Class Method Summary collapse
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
.build_path(action) ⇒ Object
9 10 11 |
# File 'lib/football/butler/apifootball/base_apifootball.rb', line 9 def build_path(action) "action=#{action}" end |