Class: Kaltura::ClientNotification
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::ClientNotification
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
713 714 715 |
# File 'lib/kaltura/kaltura_client.rb', line 713 def data @data end |
#url ⇒ Object
Returns the value of attribute url.
712 713 714 |
# File 'lib/kaltura/kaltura_client.rb', line 712 def url @url end |