Class: MLB::PlayerGameStatSplit
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::PlayerGameStatSplit
- Defined in:
- lib/mlb/player_game_stats.rb
Overview
Represents a player’s stat split for a game
Instance Attribute Summary collapse
-
#player ⇒ Player
Returns the player.
-
#stat ⇒ PlayerGameBattingStats, PlayerGamePitchingStats
Returns the batting stats.
-
#team ⇒ Team
Returns the team.
Instance Attribute Details
#player ⇒ Player
Returns the player
258 |
# File 'lib/mlb/player_game_stats.rb', line 258 attribute :player, Player |
#stat ⇒ PlayerGameBattingStats, PlayerGamePitchingStats
Returns the batting stats
242 |
# File 'lib/mlb/player_game_stats.rb', line 242 attribute :stat, Shale::Type::Value |