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(option_hash = {}) ⇒ PerformTranscriptionOptions

Returns a new instance of PerformTranscriptionOptions.



167
168
169
170
171
172
173
174
175
176
# File 'lib/cielo24/options.rb', line 167

def initialize(option_hash={})
  @customer_approval_steps = nil
  @customer_approval_tool = nil
  @custom_metadata = nil
  @generate_media_intelligence_for_iwp = nil
  @notes = nil
  @return_iwp = nil
  @speaker_id = nil
  populate_from_hash(option_hash)
end

Instance Attribute Details

#custom_metadataObject

Returns the value of attribute custom_metadata.



161
162
163
# File 'lib/cielo24/options.rb', line 161

def 
  @custom_metadata
end

#customer_approval_stepsObject

Returns the value of attribute customer_approval_steps.



159
160
161
# File 'lib/cielo24/options.rb', line 159

def customer_approval_steps
  @customer_approval_steps
end

#customer_approval_toolObject

Returns the value of attribute customer_approval_tool.



160
161
162
# File 'lib/cielo24/options.rb', line 160

def customer_approval_tool
  @customer_approval_tool
end

#generate_media_intelligence_for_iwpObject

Returns the value of attribute generate_media_intelligence_for_iwp.



162
163
164
# File 'lib/cielo24/options.rb', line 162

def generate_media_intelligence_for_iwp
  @generate_media_intelligence_for_iwp
end

#notesObject

Returns the value of attribute notes.



163
164
165
# File 'lib/cielo24/options.rb', line 163

def notes
  @notes
end

#return_iwpObject

Returns the value of attribute return_iwp.



164
165
166
# File 'lib/cielo24/options.rb', line 164

def return_iwp
  @return_iwp
end

#speaker_idObject

Returns the value of attribute speaker_id.



165
166
167
# File 'lib/cielo24/options.rb', line 165

def speaker_id
  @speaker_id
end