Class: Kaltura::KalturaDeliveryServerNode

Inherits:
KalturaServerNode show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

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

#camelcase, #to_b, #to_params

Instance Attribute Details

#playback_domainObject

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