Class: Kaltura::KalturaEntryIdentifier

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



8819
8820
8821
# File 'lib/kaltura_types.rb', line 8819

def identifier
  @identifier
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



8822
8823
8824
8825
# File 'lib/kaltura_types.rb', line 8822

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