Class: Kaltura::KalturaEventFieldCondition

Inherits:
KalturaCondition show all
Defined in:
lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaCondition

#description, #not, #type

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#fieldObject

The field to be evaluated at runtime



212
213
214
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 212

def field
  @field
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



215
216
217
218
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 215

def from_xml(xml_element)
  super
  self.field = KalturaClientBase.object_from_xml(xml_element.elements['field'], 'KalturaBooleanField')
end