Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/espnscrape/Hash.rb
Overview
Extend Hash
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/Hash.rb', line 6 def boxscore(f_mat = nil) EspnScrape.boxscore(self[:boxscore_id], (f_mat || :to_hashes)) end |