Module: EntityProjection::Call

Defined in:
lib/entity_projection/entity_projection.rb

Instance Method Summary collapse

Instance Method Details

#call(entity, event_or_event_data) ⇒ Object



99
100
101
102
# File 'lib/entity_projection/entity_projection.rb', line 99

def call(entity, event_or_event_data)
  instance = build(entity)
  instance.(event_or_event_data)
end