Class: KalturaApi::KalturaClientNotification

Inherits:
KalturaObjectBase show all
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

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#dataObject

The serialized notification data to send



3313
3314
3315
# File 'lib/kaltura_client.rb', line 3313

def data
  @data
end

#urlObject

The URL where the notification should be sent to



3310
3311
3312
# File 'lib/kaltura_client.rb', line 3310

def url
  @url
end