Method: GongAPI::GenericProperty.build_from_hash
- Defined in:
- lib/gong_api/models/generic_property.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
164 165 166 |
# File 'lib/gong_api/models/generic_property.rb', line 164 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |