Method: Bandwidth::Transcription#initialize
- Defined in:
- lib/bandwidth/voice_lib/voice/models/transcription.rb
#initialize(id = nil, status = nil, completed_time = nil, url = nil) ⇒ Transcription
Returns a new instance of Transcription.
35 36 37 38 39 40 41 42 43 |
# File 'lib/bandwidth/voice_lib/voice/models/transcription.rb', line 35 def initialize(id = nil, status = nil, completed_time = nil, url = nil) @id = id @status = status @completed_time = completed_time @url = url end |