Method: Datamappify::Entity::Composable::DSL#attributes_from
- Defined in:
- lib/datamappify/entity/composable.rb
#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 |