Class: Kaltura::KalturaKontikiStorageDeleteJobData

Inherits:
KalturaStorageDeleteJobData show all
Defined in:
lib/kaltura_plugins/kaltura_kontiki_client_plugin.rb

Instance Attribute Summary collapse

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

#camelcase, #to_b, #to_params

Instance Attribute Details

#content_moidObject

Unique Kontiki MOID for the content uploaded to Kontiki



53
54
55
# File 'lib/kaltura_plugins/kaltura_kontiki_client_plugin.rb', line 53

def content_moid
  @content_moid
end

#service_tokenObject

Returns the value of attribute service_token.



54
55
56
# File 'lib/kaltura_plugins/kaltura_kontiki_client_plugin.rb', line 54

def service_token
  @service_token
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



57
58
59
60
61
# File 'lib/kaltura_plugins/kaltura_kontiki_client_plugin.rb', line 57

def from_xml(xml_element)
  super
  self.content_moid = xml_element.elements['contentMoid'].text
  self.service_token = xml_element.elements['serviceToken'].text
end