class Sports::Butler::Soccer

Constants

ENDPOINTS

Public Class Methods

new(sport:, api_name:) click to toggle source
Calls superclass method Sports::Butler::Base::new
# File lib/sports/butler/soccer.rb, line 30
def initialize(sport:, api_name:)
  super
end