Module: EntityProjection::Build

Defined in:
lib/entity_projection/entity_projection.rb

Instance Method Summary collapse

Instance Method Details

#build(entity) ⇒ Object



23
24
25
26
27
# File 'lib/entity_projection/entity_projection.rb', line 23

def build(entity)
  instance = new(entity)
  instance.configure
  instance
end