class Stattleship::BaseballFeats

Constants

BASEBALL_FEATS

Public Class Methods

fetch(params:) click to toggle source
Calls superclass method Stattleship::Endpoint::fetch
# File lib/stattleship/baseball_feats.rb, line 5
def self.fetch(params:)
  super(path: BASEBALL_FEATS,
        params: params)
end