class Kaltura::KalturaEdgeServerNode
Attributes
playback_domain[RW]
Delivery server playback Domain
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaDeliveryServerNode#from_xml
# File lib/kaltura_types.rb, line 17118 def from_xml(xml_element) super if xml_element.elements['playbackDomain'] != nil self.playback_domain = xml_element.elements['playbackDomain'].text end end