class Kaltura::KalturaFieldCompareCondition
Attributes
field[RW]
Field to evaluate
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaCompareCondition#from_xml
# File lib/kaltura_types.rb, line 17273 def from_xml(xml_element) super if xml_element.elements['field'] != nil self.field = KalturaClientBase.object_from_xml(xml_element.elements['field'], 'KalturaIntegerField') end end