Method: GongAPI::SpeechSegment.build_from_hash
- Defined in:
- lib/gong_api/models/speech_segment.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
132 133 134 |
# File 'lib/gong_api/models/speech_segment.rb', line 132 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |