Method: Patch::ParentTechnologyType.build_from_hash
- Defined in:
- lib/patch_ruby/models/parent_technology_type.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
125 126 127 |
# File 'lib/patch_ruby/models/parent_technology_type.rb', line 125 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |