Class: Kaltura::KalturaBooleanEventNotificationCondition
- Inherits:
-
KalturaCondition
- Object
- KalturaObjectBase
- KalturaCondition
- Kaltura::KalturaBooleanEventNotificationCondition
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#boolean_event_notification_ids ⇒ Object
The boolean event notification ids.
Attributes inherited from KalturaCondition
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#boolean_event_notification_ids ⇒ Object
The boolean event notification ids
11358 11359 11360 |
# File 'lib/kaltura_types.rb', line 11358 def boolean_event_notification_ids @boolean_event_notification_ids end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
11361 11362 11363 11364 11365 11366 |
# File 'lib/kaltura_types.rb', line 11361 def from_xml(xml_element) super if xml_element.elements['booleanEventNotificationIds'] != nil self.boolean_event_notification_ids = xml_element.elements['booleanEventNotificationIds'].text end end |