class Hash
Extend Hash
Public Instance Methods
boxscore(f_mat = nil)
click to toggle source
Get an NbaBoxscore @param [Symbol] Format @return [NbaBoxscore] Boxscore
# File lib/hoopscrape/Hash.rb, line 6 def boxscore(f_mat = nil) HoopScrape.boxscore(self[:boxscore_id], (f_mat || :to_hashes)) end