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