Method: Propertyware::SaveAccount.build_from_hash
- Defined in:
- lib/propertyware/models/save_account.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
282 283 284 |
# File 'lib/propertyware/models/save_account.rb', line 282 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |