Class: Kaltura::KalturaBulkUpload
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaBulkUpload
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#bulk_file_url ⇒ Object
Returns the value of attribute bulk_file_url.
-
#bulk_upload_object_type ⇒ Object
Returns the value of attribute bulk_upload_object_type.
-
#bulk_upload_type ⇒ Object
Returns the value of attribute bulk_upload_type.
-
#csv_file_url ⇒ Object
Returns the value of attribute csv_file_url.
-
#description ⇒ Object
Returns the value of attribute description.
-
#error ⇒ Object
Returns the value of attribute error.
-
#error_number ⇒ Object
Returns the value of attribute error_number.
-
#error_type ⇒ Object
Returns the value of attribute error_type.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#log_file_url ⇒ Object
Returns the value of attribute log_file_url.
-
#num_of_entries ⇒ Object
Returns the value of attribute num_of_entries.
-
#num_of_objects ⇒ Object
Returns the value of attribute num_of_objects.
-
#results ⇒ Object
Returns the value of attribute results.
-
#status ⇒ Object
Returns the value of attribute status.
-
#uploaded_by ⇒ Object
Returns the value of attribute uploaded_by.
-
#uploaded_by_user_id ⇒ Object
Returns the value of attribute uploaded_by_user_id.
-
#uploaded_on ⇒ Object
Returns the value of attribute uploaded_on.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#bulk_file_url ⇒ Object
Returns the value of attribute bulk_file_url.
2968 2969 2970 |
# File 'lib/kaltura_client.rb', line 2968 def bulk_file_url @bulk_file_url end |
#bulk_upload_object_type ⇒ Object
Returns the value of attribute bulk_upload_object_type.
2977 2978 2979 |
# File 'lib/kaltura_client.rb', line 2977 def bulk_upload_object_type @bulk_upload_object_type end |
#bulk_upload_type ⇒ Object
Returns the value of attribute bulk_upload_type.
2969 2970 2971 |
# File 'lib/kaltura_client.rb', line 2969 def bulk_upload_type @bulk_upload_type end |
#csv_file_url ⇒ Object
Returns the value of attribute csv_file_url.
2967 2968 2969 |
# File 'lib/kaltura_client.rb', line 2967 def csv_file_url @csv_file_url end |
#description ⇒ Object
Returns the value of attribute description.
2975 2976 2977 |
# File 'lib/kaltura_client.rb', line 2975 def description @description end |
#error ⇒ Object
Returns the value of attribute error.
2971 2972 2973 |
# File 'lib/kaltura_client.rb', line 2971 def error @error end |
#error_number ⇒ Object
Returns the value of attribute error_number.
2973 2974 2975 |
# File 'lib/kaltura_client.rb', line 2973 def error_number @error_number end |
#error_type ⇒ Object
Returns the value of attribute error_type.
2972 2973 2974 |
# File 'lib/kaltura_client.rb', line 2972 def error_type @error_type end |
#file_name ⇒ Object
Returns the value of attribute file_name.
2974 2975 2976 |
# File 'lib/kaltura_client.rb', line 2974 def file_name @file_name end |
#id ⇒ Object
Returns the value of attribute id.
2960 2961 2962 |
# File 'lib/kaltura_client.rb', line 2960 def id @id end |
#log_file_url ⇒ Object
Returns the value of attribute log_file_url.
2966 2967 2968 |
# File 'lib/kaltura_client.rb', line 2966 def log_file_url @log_file_url end |
#num_of_entries ⇒ Object
Returns the value of attribute num_of_entries.
2964 2965 2966 |
# File 'lib/kaltura_client.rb', line 2964 def num_of_entries @num_of_entries end |
#num_of_objects ⇒ Object
Returns the value of attribute num_of_objects.
2976 2977 2978 |
# File 'lib/kaltura_client.rb', line 2976 def num_of_objects @num_of_objects end |
#results ⇒ Object
Returns the value of attribute results.
2970 2971 2972 |
# File 'lib/kaltura_client.rb', line 2970 def results @results end |
#status ⇒ Object
Returns the value of attribute status.
2965 2966 2967 |
# File 'lib/kaltura_client.rb', line 2965 def status @status end |
#uploaded_by ⇒ Object
Returns the value of attribute uploaded_by.
2961 2962 2963 |
# File 'lib/kaltura_client.rb', line 2961 def uploaded_by @uploaded_by end |
#uploaded_by_user_id ⇒ Object
Returns the value of attribute uploaded_by_user_id.
2962 2963 2964 |
# File 'lib/kaltura_client.rb', line 2962 def uploaded_by_user_id @uploaded_by_user_id end |
#uploaded_on ⇒ Object
Returns the value of attribute uploaded_on.
2963 2964 2965 |
# File 'lib/kaltura_client.rb', line 2963 def uploaded_on @uploaded_on end |