Sha256: 95e0557e141d537320d513dfb967f6b36f7ebbfc969ea04a415cd87854fdfe92
Contents?: true
Size: 217 Bytes
Versions: 15
Compression:
Stored size: 217 Bytes
Contents
module SportsDataApi module Mlb class Player < SportsDataApi::JsonData def statistics @statistics ||= Statistics.new(player[:statistics]) if player.has_key? :statistics end end end end
Version data entries
15 entries across 15 versions & 1 rubygems