Class: Kaltura::KalturaDeliveryProfileLivePackagerHls
- Inherits:
-
KalturaDeliveryProfileLivePackager
- Object
- KalturaObjectBase
- KalturaDeliveryProfile
- KalturaDeliveryProfileLivePackager
- Kaltura::KalturaDeliveryProfileLivePackagerHls
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#disable_extra_attributes ⇒ Object
Returns the value of attribute disable_extra_attributes.
-
#force_proxy ⇒ Object
Returns the value of attribute force_proxy.
Attributes inherited from KalturaDeliveryProfileLivePackager
Attributes inherited from KalturaDeliveryProfile
#created_at, #description, #extra_params, #host_name, #id, #is_default, #media_protocols, #name, #parent_id, #partner_id, #priority, #recognizer, #status, #streamer_type, #supplementary_assets_filter, #system_name, #tokenizer, #type, #updated_at, #url
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#disable_extra_attributes ⇒ Object
Returns the value of attribute disable_extra_attributes.
17139 17140 17141 |
# File 'lib/kaltura_types.rb', line 17139 def disable_extra_attributes @disable_extra_attributes end |
#force_proxy ⇒ Object
Returns the value of attribute force_proxy.
17140 17141 17142 |
# File 'lib/kaltura_types.rb', line 17140 def force_proxy @force_proxy end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
17149 17150 17151 17152 17153 17154 17155 17156 17157 |
# File 'lib/kaltura_types.rb', line 17149 def from_xml(xml_element) super if xml_element.elements['disableExtraAttributes'] != nil self.disable_extra_attributes = xml_element.elements['disableExtraAttributes'].text end if xml_element.elements['forceProxy'] != nil self.force_proxy = xml_element.elements['forceProxy'].text end end |