Class: Kaltura::KalturaObjectIdField

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

Overview

Evaluates object ID according to given context

Instance Attribute Summary

Attributes inherited from KalturaStringValue

#value

Attributes inherited from KalturaValue

#description

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Method Details

#from_xml(xml_element) ⇒ Object



18576
18577
18578
# File 'lib/kaltura_types.rb', line 18576

def from_xml(xml_element)
	super
end