Class: Kaltura::KalturaFreewheelDistributionAssetPath

Inherits:
KalturaDistributionJobProviderData show all
Defined in:
lib/kaltura_plugins/kaltura_freewheel_distribution_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#pathObject

Returns the value of attribute path.



44
45
46
# File 'lib/kaltura_plugins/kaltura_freewheel_distribution_client_plugin.rb', line 44

def path
  @path
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



47
48
49
50
51
52
# 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