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.
2535 2536 2537 |
# File 'lib/kaltura_types.rb', line 2535 def bulk_file_url @bulk_file_url end |
#bulk_upload_object_type ⇒ Object
Returns the value of attribute bulk_upload_object_type.
2544 2545 2546 |
# File 'lib/kaltura_types.rb', line 2544 def bulk_upload_object_type @bulk_upload_object_type end |
#bulk_upload_type ⇒ Object
Returns the value of attribute bulk_upload_type.
2536 2537 2538 |
# File 'lib/kaltura_types.rb', line 2536 def bulk_upload_type @bulk_upload_type end |
#csv_file_url ⇒ Object
Returns the value of attribute csv_file_url.
2534 2535 2536 |
# File 'lib/kaltura_types.rb', line 2534 def csv_file_url @csv_file_url end |
#description ⇒ Object
Returns the value of attribute description.
2542 2543 2544 |
# File 'lib/kaltura_types.rb', line 2542 def description @description end |
#error ⇒ Object
Returns the value of attribute error.
2538 2539 2540 |
# File 'lib/kaltura_types.rb', line 2538 def error @error end |
#error_number ⇒ Object
Returns the value of attribute error_number.
2540 2541 2542 |
# File 'lib/kaltura_types.rb', line 2540 def error_number @error_number end |
#error_type ⇒ Object
Returns the value of attribute error_type.
2539 2540 2541 |
# File 'lib/kaltura_types.rb', line 2539 def error_type @error_type end |
#file_name ⇒ Object
Returns the value of attribute file_name.
2541 2542 2543 |
# File 'lib/kaltura_types.rb', line 2541 def file_name @file_name end |
#id ⇒ Object
Returns the value of attribute id.
2527 2528 2529 |
# File 'lib/kaltura_types.rb', line 2527 def id @id end |
#log_file_url ⇒ Object
Returns the value of attribute log_file_url.
2533 2534 2535 |
# File 'lib/kaltura_types.rb', line 2533 def log_file_url @log_file_url end |
#num_of_entries ⇒ Object
Returns the value of attribute num_of_entries.
2531 2532 2533 |
# File 'lib/kaltura_types.rb', line 2531 def num_of_entries @num_of_entries end |
#num_of_objects ⇒ Object
Returns the value of attribute num_of_objects.
2543 2544 2545 |
# File 'lib/kaltura_types.rb', line 2543 def num_of_objects @num_of_objects end |
#results ⇒ Object
Returns the value of attribute results.
2537 2538 2539 |
# File 'lib/kaltura_types.rb', line 2537 def results @results end |
#status ⇒ Object
Returns the value of attribute status.
2532 2533 2534 |
# File 'lib/kaltura_types.rb', line 2532 def status @status end |
#uploaded_by ⇒ Object
Returns the value of attribute uploaded_by.
2528 2529 2530 |
# File 'lib/kaltura_types.rb', line 2528 def uploaded_by @uploaded_by end |
#uploaded_by_user_id ⇒ Object
Returns the value of attribute uploaded_by_user_id.
2529 2530 2531 |
# File 'lib/kaltura_types.rb', line 2529 def uploaded_by_user_id @uploaded_by_user_id end |
#uploaded_on ⇒ Object
Returns the value of attribute uploaded_on.
2530 2531 2532 |
# File 'lib/kaltura_types.rb', line 2530 def uploaded_on @uploaded_on end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 |
# File 'lib/kaltura_types.rb', line 2568 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 |