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.



15827
15828
15829
# File 'lib/kaltura_types.rb', line 15827

def key
  @key
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



15830
15831
15832
15833
15834
15835
# File 'lib/kaltura_types.rb', line 15830

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