Class: KalturaApi::KalturaBulkUploadResult
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- KalturaApi::KalturaBulkUploadResult
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
KalturaBulkUploadResultCategory, KalturaBulkUploadResultCategoryEntry, KalturaBulkUploadResultCategoryUser, KalturaBulkUploadResultEntry, KalturaBulkUploadResultUser
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#bulk_upload_job_id ⇒ Object
The id of the parent job.
-
#bulk_upload_result_object_type ⇒ Object
Returns the value of attribute bulk_upload_result_object_type.
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_description ⇒ Object
Returns the value of attribute error_description.
-
#error_type ⇒ Object
Returns the value of attribute error_type.
-
#id ⇒ Object
The id of the result.
-
#line_index ⇒ Object
The index of the line in the CSV.
-
#object_error_description ⇒ Object
Returns the value of attribute object_error_description.
-
#object_id ⇒ Object
Returns the value of attribute object_id.
-
#object_status ⇒ Object
Returns the value of attribute object_status.
-
#partner_data ⇒ Object
Returns the value of attribute partner_data.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#plugins_data ⇒ Object
Returns the value of attribute plugins_data.
-
#row_data ⇒ Object
The data as recieved in the csv.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
2925 2926 2927 |
# File 'lib/kaltura_client.rb', line 2925 def action @action end |
#bulk_upload_job_id ⇒ Object
The id of the parent job
2919 2920 2921 |
# File 'lib/kaltura_client.rb', line 2919 def bulk_upload_job_id @bulk_upload_job_id end |
#bulk_upload_result_object_type ⇒ Object
Returns the value of attribute bulk_upload_result_object_type.
2928 2929 2930 |
# File 'lib/kaltura_client.rb', line 2928 def bulk_upload_result_object_type @bulk_upload_result_object_type end |
#error_code ⇒ Object
Returns the value of attribute error_code.
2936 2937 2938 |
# File 'lib/kaltura_client.rb', line 2936 def error_code @error_code end |
#error_description ⇒ Object
Returns the value of attribute error_description.
2935 2936 2937 |
# File 'lib/kaltura_client.rb', line 2935 def error_description @error_description end |
#error_type ⇒ Object
Returns the value of attribute error_type.
2937 2938 2939 |
# File 'lib/kaltura_client.rb', line 2937 def error_type @error_type end |
#id ⇒ Object
The id of the result
2916 2917 2918 |
# File 'lib/kaltura_client.rb', line 2916 def id @id end |
#line_index ⇒ Object
The index of the line in the CSV
2922 2923 2924 |
# File 'lib/kaltura_client.rb', line 2922 def line_index @line_index end |
#object_error_description ⇒ Object
Returns the value of attribute object_error_description.
2933 2934 2935 |
# File 'lib/kaltura_client.rb', line 2933 def object_error_description @object_error_description end |
#object_id ⇒ Object
Returns the value of attribute object_id.
2926 2927 2928 |
# File 'lib/kaltura_client.rb', line 2926 def object_id @object_id end |
#object_status ⇒ Object
Returns the value of attribute object_status.
2927 2928 2929 |
# File 'lib/kaltura_client.rb', line 2927 def object_status @object_status end |
#partner_data ⇒ Object
Returns the value of attribute partner_data.
2932 2933 2934 |
# File 'lib/kaltura_client.rb', line 2932 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2923 2924 2925 |
# File 'lib/kaltura_client.rb', line 2923 def partner_id @partner_id end |
#plugins_data ⇒ Object
Returns the value of attribute plugins_data.
2934 2935 2936 |
# File 'lib/kaltura_client.rb', line 2934 def plugins_data @plugins_data end |
#row_data ⇒ Object
The data as recieved in the csv
2931 2932 2933 |
# File 'lib/kaltura_client.rb', line 2931 def row_data @row_data end |
#status ⇒ Object
Returns the value of attribute status.
2924 2925 2926 |
# File 'lib/kaltura_client.rb', line 2924 def status @status end |