class Kaltura::KalturaFreewheelDistributionAssetPath
Attributes
path[RW]
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaDistributionJobProviderData#from_xml
# File lib/kaltura_plugins/kaltura_freewheel_distribution_client_plugin.rb, line 47 def from_xml(xml_element) super if xml_element.elements['path'] != nil self.path = xml_element.elements['path'].text end end