Class: Kaltura::KalturaEventNotificationDispatchScope
- Inherits:
-
KalturaEventNotificationScope
- Object
- KalturaObjectBase
- KalturaScope
- KalturaEventNotificationScope
- Kaltura::KalturaEventNotificationDispatchScope
- Defined in:
- lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb
Instance Attribute Summary collapse
-
#dynamic_values ⇒ Object
Returns the value of attribute dynamic_values.
Attributes inherited from KalturaEventNotificationScope
#object_id, #scope_object_type
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#dynamic_values ⇒ Object
Returns the value of attribute dynamic_values.
434 435 436 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 434 def dynamic_values @dynamic_values end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
437 438 439 440 441 442 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 437 def from_xml(xml_element) super if xml_element.elements['dynamicValues'] != nil self.dynamic_values = KalturaClientBase.object_from_xml(xml_element.elements['dynamicValues'], 'KalturaKeyValue') end end |