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