Class: KalturaApi::KalturaClientNotification
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- KalturaApi::KalturaClientNotification
- Defined in:
- lib/kaltura_client.rb
Overview
Client notification object to hold the notification url and the data when sending client side notifications
Instance Attribute Summary collapse
-
#data ⇒ Object
The serialized notification data to send.
-
#url ⇒ Object
The URL where the notification should be sent to.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#data ⇒ Object
The serialized notification data to send
3313 3314 3315 |
# File 'lib/kaltura_client.rb', line 3313 def data @data end |
#url ⇒ Object
The URL where the notification should be sent to
3310 3311 3312 |
# File 'lib/kaltura_client.rb', line 3310 def url @url end |