Class: Kaltura::KalturaDeliveryServerNode
- Inherits:
-
KalturaServerNode
- Object
- KalturaObjectBase
- KalturaServerNode
- Kaltura::KalturaDeliveryServerNode
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#playback_domain ⇒ Object
Delivery server playback Domain.
Attributes inherited from KalturaServerNode
#created_at, #dc, #description, #heartbeat_time, #host_name, #id, #name, #parent_id, #partner_id, #status, #system_name, #tags, #type, #updated_at
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#playback_domain ⇒ Object
Delivery server playback Domain
8446 8447 8448 |
# File 'lib/kaltura_types.rb', line 8446 def playback_domain @playback_domain end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
8449 8450 8451 8452 |
# File 'lib/kaltura_types.rb', line 8449 def from_xml(xml_element) super self.playback_domain = xml_element.elements['playbackDomain'].text end |