Class: Kaltura::KalturaBulkUploadResultEntry

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

Instance Attribute Summary collapse

Attributes inherited from KalturaBulkUploadResult

#action, #bulk_upload_job_id, #bulk_upload_result_object_type, #error_code, #error_description, #error_type, #id, #line_index, #object_error_description, #object_id, #object_status, #partner_data, #partner_id, #plugins_data, #row_data, #status

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.



6696
6697
6698
# File 'lib/kaltura_client.rb', line 6696

def access_control_profile_id
  @access_control_profile_id
end

#categoryObject

Returns the value of attribute category.



6697
6698
6699
# File 'lib/kaltura_client.rb', line 6697

def category
  @category
end

#content_typeObject

Returns the value of attribute content_type.



6694
6695
6696
# File 'lib/kaltura_client.rb', line 6694

def content_type
  @content_type
end

#conversion_profile_idObject

Returns the value of attribute conversion_profile_id.



6695
6696
6697
# File 'lib/kaltura_client.rb', line 6695

def conversion_profile_id
  @conversion_profile_id
end

#creator_idObject

Returns the value of attribute creator_id.



6706
6707
6708
# File 'lib/kaltura_client.rb', line 6706

def creator_id
  @creator_id
end

#descriptionObject

Returns the value of attribute description.



6691
6692
6693
# File 'lib/kaltura_client.rb', line 6691

def description
  @description
end

#entitled_users_editObject

Returns the value of attribute entitled_users_edit.



6707
6708
6709
# File 'lib/kaltura_client.rb', line 6707

def entitled_users_edit
  @entitled_users_edit
end

#entitled_users_publishObject

Returns the value of attribute entitled_users_publish.



6708
6709
6710
# File 'lib/kaltura_client.rb', line 6708

def entitled_users_publish
  @entitled_users_publish
end

#entry_idObject

Returns the value of attribute entry_id.



6689
6690
6691
# File 'lib/kaltura_client.rb', line 6689

def entry_id
  @entry_id
end

#entry_statusObject

Returns the value of attribute entry_status.



6700
6701
6702
# File 'lib/kaltura_client.rb', line 6700

def entry_status
  @entry_status
end

#owner_idObject

Returns the value of attribute owner_id.



6709
6710
6711
# File 'lib/kaltura_client.rb', line 6709

def owner_id
  @owner_id
end

#schedule_end_dateObject

Returns the value of attribute schedule_end_date.



6699
6700
6701
# File 'lib/kaltura_client.rb', line 6699

def schedule_end_date
  @schedule_end_date
end

#schedule_start_dateObject

Returns the value of attribute schedule_start_date.



6698
6699
6700
# File 'lib/kaltura_client.rb', line 6698

def schedule_start_date
  @schedule_start_date
end

#ssh_key_passphraseObject

Returns the value of attribute ssh_key_passphrase.



6705
6706
6707
# File 'lib/kaltura_client.rb', line 6705

def ssh_key_passphrase
  @ssh_key_passphrase
end

#ssh_private_keyObject

Returns the value of attribute ssh_private_key.



6703
6704
6705
# File 'lib/kaltura_client.rb', line 6703

def ssh_private_key
  @ssh_private_key
end

#ssh_public_keyObject

Returns the value of attribute ssh_public_key.



6704
6705
6706
# File 'lib/kaltura_client.rb', line 6704

def ssh_public_key
  @ssh_public_key
end

#tagsObject

Returns the value of attribute tags.



6692
6693
6694
# File 'lib/kaltura_client.rb', line 6692

def tags
  @tags
end

#thumbnail_savedObject

Returns the value of attribute thumbnail_saved.



6702
6703
6704
# File 'lib/kaltura_client.rb', line 6702

def thumbnail_saved
  @thumbnail_saved
end

#thumbnail_urlObject

Returns the value of attribute thumbnail_url.



6701
6702
6703
# File 'lib/kaltura_client.rb', line 6701

def thumbnail_url
  @thumbnail_url
end

#titleObject

Returns the value of attribute title.



6690
6691
6692
# File 'lib/kaltura_client.rb', line 6690

def title
  @title
end

#urlObject

Returns the value of attribute url.



6693
6694
6695
# File 'lib/kaltura_client.rb', line 6693

def url
  @url
end