class Football::Butler::Apifootball::BaseApifootball

Public Class Methods

build_path(action) click to toggle source
# File lib/football/butler/apifootball/base_apifootball.rb, line 9
def build_path(action)
  "action=#{action}"
end