Class: Pokerstats::StatAggregationCount

Inherits:
Struct
  • Object
show all
Defined in:
lib/pokerstats/stat_aggregator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



2
3
4
# File 'lib/pokerstats/stat_aggregator.rb', line 2

def items
  @items
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



2
3
4
# File 'lib/pokerstats/stat_aggregator.rb', line 2

def total
  @total
end