Class: Kaltura::KalturaBulkUploadResult

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#access_control_profile_idObject

Returns the value of attribute access_control_profile_id.



1306
1307
1308
# File 'lib/kaltura_client.rb', line 1306

def access_control_profile_id
  @access_control_profile_id
end

#bulk_upload_job_idObject

Returns the value of attribute bulk_upload_job_id.



1294
1295
1296
# File 'lib/kaltura_client.rb', line 1294

def bulk_upload_job_id
  @bulk_upload_job_id
end

#categoryObject

Returns the value of attribute category.



1307
1308
1309
# File 'lib/kaltura_client.rb', line 1307

def category
  @category
end

#content_typeObject

Returns the value of attribute content_type.



1304
1305
1306
# File 'lib/kaltura_client.rb', line 1304

def content_type
  @content_type
end

#conversion_profile_idObject

Returns the value of attribute conversion_profile_id.



1305
1306
1307
# File 'lib/kaltura_client.rb', line 1305

def conversion_profile_id
  @conversion_profile_id
end

#descriptionObject

Returns the value of attribute description.



1301
1302
1303
# File 'lib/kaltura_client.rb', line 1301

def description
  @description
end

#entry_idObject

Returns the value of attribute entry_id.



1297
1298
1299
# File 'lib/kaltura_client.rb', line 1297

def entry_id
  @entry_id
end

#entry_statusObject

Returns the value of attribute entry_status.



1298
1299
1300
# File 'lib/kaltura_client.rb', line 1298

def entry_status
  @entry_status
end

#error_descriptionObject

Returns the value of attribute error_description.



1313
1314
1315
# File 'lib/kaltura_client.rb', line 1313

def error_description
  @error_description
end

#idObject

Returns the value of attribute id.



1293
1294
1295
# File 'lib/kaltura_client.rb', line 1293

def id
  @id
end

#line_indexObject

Returns the value of attribute line_index.



1295
1296
1297
# File 'lib/kaltura_client.rb', line 1295

def line_index
  @line_index
end

#partner_dataObject

Returns the value of attribute partner_data.



1312
1313
1314
# File 'lib/kaltura_client.rb', line 1312

def partner_data
  @partner_data
end

#partner_idObject

Returns the value of attribute partner_id.



1296
1297
1298
# File 'lib/kaltura_client.rb', line 1296

def partner_id
  @partner_id
end

#row_dataObject

Returns the value of attribute row_data.



1299
1300
1301
# File 'lib/kaltura_client.rb', line 1299

def row_data
  @row_data
end

#schedule_end_dateObject

Returns the value of attribute schedule_end_date.



1309
1310
1311
# File 'lib/kaltura_client.rb', line 1309

def schedule_end_date
  @schedule_end_date
end

#schedule_start_dateObject

Returns the value of attribute schedule_start_date.



1308
1309
1310
# File 'lib/kaltura_client.rb', line 1308

def schedule_start_date
  @schedule_start_date
end

#tagsObject

Returns the value of attribute tags.



1302
1303
1304
# File 'lib/kaltura_client.rb', line 1302

def tags
  @tags
end

#thumbnail_savedObject

Returns the value of attribute thumbnail_saved.



1311
1312
1313
# File 'lib/kaltura_client.rb', line 1311

def thumbnail_saved
  @thumbnail_saved
end

#thumbnail_urlObject

Returns the value of attribute thumbnail_url.



1310
1311
1312
# File 'lib/kaltura_client.rb', line 1310

def thumbnail_url
  @thumbnail_url
end

#titleObject

Returns the value of attribute title.



1300
1301
1302
# File 'lib/kaltura_client.rb', line 1300

def title
  @title
end

#urlObject

Returns the value of attribute url.



1303
1304
1305
# File 'lib/kaltura_client.rb', line 1303

def url
  @url
end