Class: Kaltura::KalturaBulkUpload
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaBulkUpload
- Defined in:
- lib/kaltura_types.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
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#bulk_file_url ⇒ Object
Returns the value of attribute bulk_file_url.
2425 2426 2427 |
# File 'lib/kaltura_types.rb', line 2425 def bulk_file_url @bulk_file_url end |
#bulk_upload_object_type ⇒ Object
Returns the value of attribute bulk_upload_object_type.
2434 2435 2436 |
# File 'lib/kaltura_types.rb', line 2434 def bulk_upload_object_type @bulk_upload_object_type end |
#bulk_upload_type ⇒ Object
Returns the value of attribute bulk_upload_type.
2426 2427 2428 |
# File 'lib/kaltura_types.rb', line 2426 def bulk_upload_type @bulk_upload_type end |
#csv_file_url ⇒ Object
Returns the value of attribute csv_file_url.
2424 2425 2426 |
# File 'lib/kaltura_types.rb', line 2424 def csv_file_url @csv_file_url end |
#description ⇒ Object
Returns the value of attribute description.
2432 2433 2434 |
# File 'lib/kaltura_types.rb', line 2432 def description @description end |
#error ⇒ Object
Returns the value of attribute error.
2428 2429 2430 |
# File 'lib/kaltura_types.rb', line 2428 def error @error end |
#error_number ⇒ Object
Returns the value of attribute error_number.
2430 2431 2432 |
# File 'lib/kaltura_types.rb', line 2430 def error_number @error_number end |
#error_type ⇒ Object
Returns the value of attribute error_type.
2429 2430 2431 |
# File 'lib/kaltura_types.rb', line 2429 def error_type @error_type end |
#file_name ⇒ Object
Returns the value of attribute file_name.
2431 2432 2433 |
# File 'lib/kaltura_types.rb', line 2431 def file_name @file_name end |
#id ⇒ Object
Returns the value of attribute id.
2417 2418 2419 |
# File 'lib/kaltura_types.rb', line 2417 def id @id end |
#log_file_url ⇒ Object
Returns the value of attribute log_file_url.
2423 2424 2425 |
# File 'lib/kaltura_types.rb', line 2423 def log_file_url @log_file_url end |
#num_of_entries ⇒ Object
Returns the value of attribute num_of_entries.
2421 2422 2423 |
# File 'lib/kaltura_types.rb', line 2421 def num_of_entries @num_of_entries end |
#num_of_objects ⇒ Object
Returns the value of attribute num_of_objects.
2433 2434 2435 |
# File 'lib/kaltura_types.rb', line 2433 def num_of_objects @num_of_objects end |
#results ⇒ Object
Returns the value of attribute results.
2427 2428 2429 |
# File 'lib/kaltura_types.rb', line 2427 def results @results end |
#status ⇒ Object
Returns the value of attribute status.
2422 2423 2424 |
# File 'lib/kaltura_types.rb', line 2422 def status @status end |
#uploaded_by ⇒ Object
Returns the value of attribute uploaded_by.
2418 2419 2420 |
# File 'lib/kaltura_types.rb', line 2418 def uploaded_by @uploaded_by end |
#uploaded_by_user_id ⇒ Object
Returns the value of attribute uploaded_by_user_id.
2419 2420 2421 |
# File 'lib/kaltura_types.rb', line 2419 def uploaded_by_user_id @uploaded_by_user_id end |
#uploaded_on ⇒ Object
Returns the value of attribute uploaded_on.
2420 2421 2422 |
# File 'lib/kaltura_types.rb', line 2420 def uploaded_on @uploaded_on end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 |
# File 'lib/kaltura_types.rb', line 2458 def from_xml(xml_element) super if xml_element.elements['id'] != nil self.id = xml_element.elements['id'].text end if xml_element.elements['uploadedBy'] != nil self.uploaded_by = xml_element.elements['uploadedBy'].text end if xml_element.elements['uploadedByUserId'] != nil self.uploaded_by_user_id = xml_element.elements['uploadedByUserId'].text end if xml_element.elements['uploadedOn'] != nil self.uploaded_on = xml_element.elements['uploadedOn'].text end if xml_element.elements['numOfEntries'] != nil self.num_of_entries = xml_element.elements['numOfEntries'].text end if xml_element.elements['status'] != nil self.status = xml_element.elements['status'].text end if xml_element.elements['logFileUrl'] != nil self.log_file_url = xml_element.elements['logFileUrl'].text end if xml_element.elements['csvFileUrl'] != nil self.csv_file_url = xml_element.elements['csvFileUrl'].text end if xml_element.elements['bulkFileUrl'] != nil self.bulk_file_url = xml_element.elements['bulkFileUrl'].text end if xml_element.elements['bulkUploadType'] != nil self.bulk_upload_type = xml_element.elements['bulkUploadType'].text end if xml_element.elements['results'] != nil self.results = KalturaClientBase.object_from_xml(xml_element.elements['results'], 'KalturaBulkUploadResult') end if xml_element.elements['error'] != nil self.error = xml_element.elements['error'].text end if xml_element.elements['errorType'] != nil self.error_type = xml_element.elements['errorType'].text end if xml_element.elements['errorNumber'] != nil self.error_number = xml_element.elements['errorNumber'].text end if xml_element.elements['fileName'] != nil self.file_name = xml_element.elements['fileName'].text end if xml_element.elements['description'] != nil self.description = xml_element.elements['description'].text end if xml_element.elements['numOfObjects'] != nil self.num_of_objects = xml_element.elements['numOfObjects'].text end if xml_element.elements['bulkUploadObjectType'] != nil self.bulk_upload_object_type = xml_element.elements['bulkUploadObjectType'].text end end |