Class: Kaltura::KalturaCategoryIdentifier

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

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectIdentifier

#extended_features

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#identifierObject

Identifier of the object



7770
7771
7772
# File 'lib/kaltura_types.rb', line 7770

def identifier
  @identifier
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



7773
7774
7775
7776
# File 'lib/kaltura_types.rb', line 7773

def from_xml(xml_element)
	super
	self.identifier = xml_element.elements['identifier'].text
end