Class: Struct
- Inherits:
-
Object
- Object
- Struct
- Defined in:
- lib/espnscrape/Struct.rb
Overview
Extend Struct
Instance Method Summary collapse
-
#boxscore(f_mat = nil) ⇒ NbaBoxscore
Get an NbaBoxscore.
Instance Method Details
#boxscore(f_mat = nil) ⇒ NbaBoxscore
Get an NbaBoxscore
6 7 8 |
# File 'lib/espnscrape/Struct.rb', line 6 def boxscore(f_mat = nil) EspnScrape.boxscore(boxscore_id, (f_mat || :to_structs)) end |