Class: MLB::TeamStatGroup
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::TeamStatGroup
- Defined in:
- lib/mlb/team_stats.rb
Overview
Represents a stat type group
Instance Attribute Summary collapse
-
#splits ⇒ Array<TeamStat>
Returns the stat splits.
Instance Attribute Details
#splits ⇒ Array<TeamStat>
Returns the stat splits
13 |
# File 'lib/mlb/team_stats.rb', line 13 attribute :splits, TeamStat, collection: true |