Class: MLB::HighLowGroup

Inherits:
Shale::Mapper
  • Object
show all
Defined in:
lib/mlb/high_low.rb

Overview

Represents a high/low group

Instance Attribute Summary collapse

Instance Attribute Details

#splitsArray<HighLowResult>

Returns the stat splits

Examples:

group.splits #=> [#<MLB::HighLowResult>, ...]

Returns:



86
# File 'lib/mlb/high_low.rb', line 86

attribute :splits, HighLowResult, collection: true