class EntityProjection::Controls::Projection::ApplyMethod::Message::Example
Public Instance Methods
apply(message)
click to toggle source
# File lib/entity_projection/controls/projection.rb, line 30 def apply(message) entity.some_attribute = message.some_attribute end