Module: Magento::ModelParser::ClassMethods
- Defined in:
- lib/magento/model_mapper.rb
Instance Method Summary collapse
Instance Method Details
#build(attributes) ⇒ Object
53 54 55 |
# File 'lib/magento/model_mapper.rb', line 53 def build(attributes) ModelMapper.map_hash(self, attributes) end |