Class: Kaltura::KalturaDeliveryProfileGenericHttp
- Inherits:
-
KalturaDeliveryProfileHttp
- Object
- KalturaObjectBase
- KalturaDeliveryProfile
- KalturaDeliveryProfileHttp
- Kaltura::KalturaDeliveryProfileGenericHttp
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#pattern ⇒ Object
Returns the value of attribute pattern.
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
#pattern ⇒ Object
Returns the value of attribute pattern.
17334 17335 17336 |
# File 'lib/kaltura_types.rb', line 17334 def pattern @pattern end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
17337 17338 17339 17340 17341 17342 |
# File 'lib/kaltura_types.rb', line 17337 def from_xml(xml_element) super if xml_element.elements['pattern'] != nil self.pattern = xml_element.elements['pattern'].text end end |