class Kaltura::KalturaBooleanEventNotificationCondition

Attributes

boolean_event_notification_ids[RW]

The boolean event notification ids

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method Kaltura::KalturaCondition#from_xml
# File lib/kaltura_types.rb, line 11138
def from_xml(xml_element)
        super
        if xml_element.elements['booleanEventNotificationIds'] != nil
                self.boolean_event_notification_ids = xml_element.elements['booleanEventNotificationIds'].text
        end
end