Class: Kaltura::KalturaStorageExportObjectTask
- Inherits:
-
KalturaObjectTask
- Object
- KalturaObjectBase
- KalturaObjectTask
- Kaltura::KalturaStorageExportObjectTask
- Defined in:
- lib/kaltura_plugins/kaltura_scheduled_task_client_plugin.rb
Instance Attribute Summary collapse
-
#storage_id ⇒ Object
Storage profile id.
Attributes inherited from KalturaObjectTask
#stop_processing_on_error, #type
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#storage_id ⇒ Object
Storage profile id
542 543 544 |
# File 'lib/kaltura_plugins/kaltura_scheduled_task_client_plugin.rb', line 542 def storage_id @storage_id end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
545 546 547 548 549 550 |
# File 'lib/kaltura_plugins/kaltura_scheduled_task_client_plugin.rb', line 545 def from_xml(xml_element) super if xml_element.elements['storageId'] != nil self.storage_id = xml_element.elements['storageId'].text end end |