Class: Kaltura::KalturaFreewheelDistributionAssetPath
- Inherits:
-
KalturaDistributionJobProviderData
- Object
- KalturaObjectBase
- KalturaDistributionJobProviderData
- Kaltura::KalturaFreewheelDistributionAssetPath
- Defined in:
- lib/kaltura_plugins/kaltura_freewheel_distribution_client_plugin.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#path ⇒ Object
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 |