Class: NBA::CumeStatsTeamGamesEntry
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- NBA::CumeStatsTeamGamesEntry
- Defined in:
- lib/nba/cume_stats_team_games_entry.rb
Overview
Represents a cumulative stats team games entry
Instance Attribute Summary collapse
-
#game_id ⇒ Integer
Returns the game ID.
-
#matchup ⇒ String
Returns the game matchup.
Instance Attribute Details
#game_id ⇒ Integer
Returns the game ID
15 |
# File 'lib/nba/cume_stats_team_games_entry.rb', line 15 attribute :game_id, Shale::Type::Integer |
#matchup ⇒ String
Returns the game matchup
23 |
# File 'lib/nba/cume_stats_team_games_entry.rb', line 23 attribute :matchup, Shale::Type::String |