Class: Pokerstats::StatAggregationCount
- Inherits:
-
Struct
- Object
- Struct
- Pokerstats::StatAggregationCount
- Defined in:
- lib/pokerstats/stat_aggregator.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items
2 3 4 |
# File 'lib/pokerstats/stat_aggregator.rb', line 2 def items @items end |
#total ⇒ Object
Returns the value of attribute total
2 3 4 |
# File 'lib/pokerstats/stat_aggregator.rb', line 2 def total @total end |