Class: Kaltura::KalturaDeliveryProfileLiveAppleHttp

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

Instance Attribute Summary collapse

Attributes inherited from KalturaDeliveryProfile

#created_at, #description, #host_name, #id, #is_default, #media_protocols, #name, #parent_id, #partner_id, #priority, #recognizer, #status, #streamer_type, #system_name, #tokenizer, #type, #updated_at, #url

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#disable_extra_attributesObject

Returns the value of attribute disable_extra_attributes.



8405
8406
8407
# File 'lib/kaltura_types.rb', line 8405

def disable_extra_attributes
  @disable_extra_attributes
end

#force_proxyObject

Returns the value of attribute force_proxy.



8406
8407
8408
# File 'lib/kaltura_types.rb', line 8406

def force_proxy
  @force_proxy
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



8415
8416
8417
8418
8419
# File 'lib/kaltura_types.rb', line 8415

def from_xml(xml_element)
	super
	self.disable_extra_attributes = xml_element.elements['disableExtraAttributes'].text
	self.force_proxy = xml_element.elements['forceProxy'].text
end