Module: Datamappify::Entity::Composable::DSL
- Defined in:
- lib/datamappify/entity/composable.rb
Instance Method Summary collapse
Instance Method Details
#attributes_from(entity_class, options = {}) ⇒ void
This method returns an undefined value.
18 19 20 21 |
# File 'lib/datamappify/entity/composable.rb', line 18 def attributes_from(entity_class, = {}) Attributes.build(self, entity_class, ) Validators.build(self, entity_class, ) end |