Class: Kaltura::KalturaStorageExportJobData
- Inherits:
-
KalturaStorageJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaStorageJobData
- Kaltura::KalturaStorageExportJobData
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
KalturaAmazonS3StorageExportJobData, KalturaKontikiStorageExportJobData
Instance Attribute Summary collapse
-
#create_link ⇒ Object
Returns the value of attribute create_link.
-
#force ⇒ Object
Returns the value of attribute force.
Attributes inherited from KalturaStorageJobData
#dest_file_sync_stored_path, #ftp_passive_mode, #server_pass_phrase, #server_password, #server_private_key, #server_public_key, #server_url, #server_username, #src_file_sync_id, #src_file_sync_local_path
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#create_link ⇒ Object
Returns the value of attribute create_link.
12136 12137 12138 |
# File 'lib/kaltura_types.rb', line 12136 def create_link @create_link end |
#force ⇒ Object
Returns the value of attribute force.
12135 12136 12137 |
# File 'lib/kaltura_types.rb', line 12135 def force @force end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
12145 12146 12147 12148 12149 |
# File 'lib/kaltura_types.rb', line 12145 def from_xml(xml_element) super self.force = xml_element.elements['force'].text self.create_link = xml_element.elements['createLink'].text end |