Class: Kaltura::KalturaUrlRecognizerKaltura

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

Instance Attribute Summary collapse

Attributes inherited from KalturaUrlRecognizer

#hosts, #uri_prefix

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#keyObject

Returns the value of attribute key.



15771
15772
15773
# File 'lib/kaltura_types.rb', line 15771

def key
  @key
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



15774
15775
15776
15777
15778
15779
# File 'lib/kaltura_types.rb', line 15774

def from_xml(xml_element)
	super
	if xml_element.elements['key'] != nil
		self.key = xml_element.elements['key'].text
	end
end