Method: Phrase::ProjectUpdateParameters.build_from_hash
- Defined in:
- lib/phrase/models/project_update_parameters.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
338 339 340 |
# File 'lib/phrase/models/project_update_parameters.rb', line 338 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |