Class: Sire::Aggregate

Inherits:
Relation
  • Object
show all
Defined in:
lib/sire/aggregate.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Constructor Details

#initialize(*entity_types) ⇒ Aggregate

Returns a new instance of Aggregate.



5
6
7
8
# File 'lib/sire/aggregate.rb', line 5

def initialize(*entity_types)
  super
  extend ClassMethods
end