Class: Cielo24::PerformTranscriptionOptions

Inherits:
BaseOptions
  • Object
show all
Defined in:
lib/cielo24/options.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from BaseOptions

#get_hash, #populate_from_hash, #populate_from_key_value_pair, #to_query

Constructor Details

#initialize(customer_approval_steps: nil, customer_approval_tool: nil, custom_metadata: nil, notes: nil, return_iwp: nil, speaker_id: nil) ⇒ PerformTranscriptionOptions

Returns a new instance of PerformTranscriptionOptions.



206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'lib/cielo24/options.rb', line 206

def initialize(customer_approval_steps: nil,
               customer_approval_tool: nil,
               custom_metadata: nil,
               notes: nil,
               return_iwp: nil,
               speaker_id: nil)
  @customer_approval_steps = customer_approval_steps
  @customer_approval_tool = customer_approval_tool
   = 
  @notes = notes
  @return_iwp = return_iwp
  @speaker_id = speaker_id
end

Instance Attribute Details

#custom_metadataObject

Returns the value of attribute custom_metadata.



201
202
203
# File 'lib/cielo24/options.rb', line 201

def 
  
end

#customer_approval_stepsObject

Returns the value of attribute customer_approval_steps.



199
200
201
# File 'lib/cielo24/options.rb', line 199

def customer_approval_steps
  @customer_approval_steps
end

#customer_approval_toolObject

Returns the value of attribute customer_approval_tool.



200
201
202
# File 'lib/cielo24/options.rb', line 200

def customer_approval_tool
  @customer_approval_tool
end

#notesObject

Returns the value of attribute notes.



202
203
204
# File 'lib/cielo24/options.rb', line 202

def notes
  @notes
end

#return_iwpObject

Returns the value of attribute return_iwp.



203
204
205
# File 'lib/cielo24/options.rb', line 203

def return_iwp
  @return_iwp
end

#speaker_idObject

Returns the value of attribute speaker_id.



204
205
206
# File 'lib/cielo24/options.rb', line 204

def speaker_id
  @speaker_id
end