Class: Football::Butler::Apifootball::BaseApifootball

Inherits:
Base
  • Object
show all
Defined in:
lib/football/butler/apifootball/base_apifootball.rb

Constant Summary

Constants inherited from Base

Base::MSG_INVALID_CONFIG

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