Method: Bandwidth::TranscriptionResponse.names
- Defined in:
- lib/bandwidth/voice_lib/voice/models/transcription_response.rb
.names ⇒ Object
A mapping from model property names to API property names.
17 18 19 20 21 |
# File 'lib/bandwidth/voice_lib/voice/models/transcription_response.rb', line 17 def self.names @_hash = {} if @_hash.nil? @_hash['transcripts'] = 'transcripts' @_hash end |