Method: Datamappify::Entity::Composable::Attributes.build
- Defined in:
- lib/datamappify/entity/composable/attributes.rb
.build(entity, entity_class, options) ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/datamappify/entity/composable/attributes.rb', line 6 def build(entity, entity_class, ) @entity = entity @entity_class = entity_class = build_attributes end |