Method: Propertyware::BasicVendor.build_from_hash
- Defined in:
- lib/propertyware/models/basic_vendor.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
214 215 216 |
# File 'lib/propertyware/models/basic_vendor.rb', line 214 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |