class Kaltura::KalturaLiveStreamAdminEntryCompareAttributeCondition
Auto-generated class.
Used to search KalturaLiveStreamAdminEntry attributes. Use KalturaLiveStreamAdminEntryCompareAttribute enum to provide attribute name.
/
Attributes
attribute[RW]
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaSearchComparableAttributeCondition#from_xml
# File lib/kaltura_types.rb, line 19146 def from_xml(xml_element) super if xml_element.elements['attribute'] != nil self.attribute = xml_element.elements['attribute'].text end end