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.



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

def access_control_profile_id
  @access_control_profile_id
end

#bulk_upload_job_idObject

Returns the value of attribute bulk_upload_job_id.



201
202
203
# File 'lib/kaltura/kaltura_client.rb', line 201

def bulk_upload_job_id
  @bulk_upload_job_id
end

#categoryObject

Returns the value of attribute category.



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

def category
  @category
end

#content_typeObject

Returns the value of attribute content_type.



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

def content_type
  @content_type
end

#conversion_profile_idObject

Returns the value of attribute conversion_profile_id.



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

def conversion_profile_id
  @conversion_profile_id
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#entry_idObject

Returns the value of attribute entry_id.



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

def entry_id
  @entry_id
end

#entry_statusObject

Returns the value of attribute entry_status.



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

def entry_status
  @entry_status
end

#error_descriptionObject

Returns the value of attribute error_description.



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

def error_description
  @error_description
end

#idObject

Returns the value of attribute id.



200
201
202
# File 'lib/kaltura/kaltura_client.rb', line 200

def id
  @id
end

#line_indexObject

Returns the value of attribute line_index.



202
203
204
# File 'lib/kaltura/kaltura_client.rb', line 202

def line_index
  @line_index
end

#partner_dataObject

Returns the value of attribute partner_data.



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

def partner_data
  @partner_data
end

#partner_idObject

Returns the value of attribute partner_id.



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

def partner_id
  @partner_id
end

#row_dataObject

Returns the value of attribute row_data.



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

def row_data
  @row_data
end

#schedule_end_dateObject

Returns the value of attribute schedule_end_date.



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

def schedule_end_date
  @schedule_end_date
end

#schedule_start_dateObject

Returns the value of attribute schedule_start_date.



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

def schedule_start_date
  @schedule_start_date
end

#tagsObject

Returns the value of attribute tags.



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

def tags
  @tags
end

#thumbnail_savedObject

Returns the value of attribute thumbnail_saved.



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

def thumbnail_saved
  @thumbnail_saved
end

#thumbnail_urlObject

Returns the value of attribute thumbnail_url.



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

def thumbnail_url
  @thumbnail_url
end

#titleObject

Returns the value of attribute title.



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

def title
  @title
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end