Class: Kaltura::BulkUploadResult

Inherits:
ObjectBase show all
Defined in:
lib/kaltura/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#access_control_profile_idObject

Returns the value of attribute access_control_profile_id.



217
218
219
# File 'lib/kaltura/kaltura_client.rb', line 217

def access_control_profile_id
  @access_control_profile_id
end

#bulk_upload_job_idObject

Returns the value of attribute bulk_upload_job_id.



205
206
207
# File 'lib/kaltura/kaltura_client.rb', line 205

def bulk_upload_job_id
  @bulk_upload_job_id
end

#categoryObject

Returns the value of attribute category.



218
219
220
# File 'lib/kaltura/kaltura_client.rb', line 218

def category
  @category
end

#content_typeObject

Returns the value of attribute content_type.



215
216
217
# File 'lib/kaltura/kaltura_client.rb', line 215

def content_type
  @content_type
end

#conversion_profile_idObject

Returns the value of attribute conversion_profile_id.



216
217
218
# File 'lib/kaltura/kaltura_client.rb', line 216

def conversion_profile_id
  @conversion_profile_id
end

#descriptionObject

Returns the value of attribute description.



212
213
214
# File 'lib/kaltura/kaltura_client.rb', line 212

def description
  @description
end

#entry_idObject

Returns the value of attribute entry_id.



208
209
210
# File 'lib/kaltura/kaltura_client.rb', line 208

def entry_id
  @entry_id
end

#entry_statusObject

Returns the value of attribute entry_status.



209
210
211
# File 'lib/kaltura/kaltura_client.rb', line 209

def entry_status
  @entry_status
end

#error_descriptionObject

Returns the value of attribute error_description.



224
225
226
# File 'lib/kaltura/kaltura_client.rb', line 224

def error_description
  @error_description
end

#idObject

Returns the value of attribute id.



204
205
206
# File 'lib/kaltura/kaltura_client.rb', line 204

def id
  @id
end

#line_indexObject

Returns the value of attribute line_index.



206
207
208
# File 'lib/kaltura/kaltura_client.rb', line 206

def line_index
  @line_index
end

#partner_dataObject

Returns the value of attribute partner_data.



223
224
225
# File 'lib/kaltura/kaltura_client.rb', line 223

def partner_data
  @partner_data
end

#partner_idObject

Returns the value of attribute partner_id.



207
208
209
# File 'lib/kaltura/kaltura_client.rb', line 207

def partner_id
  @partner_id
end

#row_dataObject

Returns the value of attribute row_data.



210
211
212
# File 'lib/kaltura/kaltura_client.rb', line 210

def row_data
  @row_data
end

#schedule_end_dateObject

Returns the value of attribute schedule_end_date.



220
221
222
# File 'lib/kaltura/kaltura_client.rb', line 220

def schedule_end_date
  @schedule_end_date
end

#schedule_start_dateObject

Returns the value of attribute schedule_start_date.



219
220
221
# File 'lib/kaltura/kaltura_client.rb', line 219

def schedule_start_date
  @schedule_start_date
end

#tagsObject

Returns the value of attribute tags.



213
214
215
# File 'lib/kaltura/kaltura_client.rb', line 213

def tags
  @tags
end

#thumbnail_savedObject

Returns the value of attribute thumbnail_saved.



222
223
224
# File 'lib/kaltura/kaltura_client.rb', line 222

def thumbnail_saved
  @thumbnail_saved
end

#thumbnail_urlObject

Returns the value of attribute thumbnail_url.



221
222
223
# File 'lib/kaltura/kaltura_client.rb', line 221

def thumbnail_url
  @thumbnail_url
end

#titleObject

Returns the value of attribute title.



211
212
213
# File 'lib/kaltura/kaltura_client.rb', line 211

def title
  @title
end

#urlObject

Returns the value of attribute url.



214
215
216
# File 'lib/kaltura/kaltura_client.rb', line 214

def url
  @url
end