Class: Kaltura::KalturaDeliveryProfileAkamaiHttp
- Inherits:
-
KalturaDeliveryProfileHttp
- Object
- KalturaObjectBase
- KalturaDeliveryProfile
- KalturaDeliveryProfileHttp
- Kaltura::KalturaDeliveryProfileAkamaiHttp
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#use_intelliseek ⇒ Object
Should we use intelliseek.
Attributes inherited from KalturaDeliveryProfileHttp
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
#use_intelliseek ⇒ Object
Should we use intelliseek
17302 17303 17304 |
# File 'lib/kaltura_types.rb', line 17302 def use_intelliseek @use_intelliseek end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
17308 17309 17310 17311 17312 17313 |
# File 'lib/kaltura_types.rb', line 17308 def from_xml(xml_element) super if xml_element.elements['useIntelliseek'] != nil self.use_intelliseek = xml_element.elements['useIntelliseek'].text end end |