Class: Kaltura::KalturaDeliveryProfileGenericHds

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

#patternObject

Returns the value of attribute pattern.



8357
8358
8359
# File 'lib/kaltura_types.rb', line 8357

def pattern
  @pattern
end

#renderer_classObject

rendererClass



8360
8361
8362
# File 'lib/kaltura_types.rb', line 8360

def renderer_class
  @renderer_class
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



8363
8364
8365
8366
8367
# File 'lib/kaltura_types.rb', line 8363

def from_xml(xml_element)
	super
	self.pattern = xml_element.elements['pattern'].text
	self.renderer_class = xml_element.elements['rendererClass'].text
end