Method: Propertyware::ResponseEntity.build_from_hash
- Defined in:
- lib/propertyware/models/response_entity.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
144 145 146 |
# File 'lib/propertyware/models/response_entity.rb', line 144 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |