Class: Kaltura::KalturaNotification
- Inherits:
-
Object
- Object
- Kaltura::KalturaNotification
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#notificationResult ⇒ Object
Returns the value of attribute notificationResult.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
317 318 319 |
# File 'lib/kaltura_client.rb', line 317 def id @id end |
#notificationResult ⇒ Object
Returns the value of attribute notificationResult.
319 320 321 |
# File 'lib/kaltura_client.rb', line 319 def notificationResult @notificationResult end |
#status ⇒ Object
Returns the value of attribute status.
318 319 320 |
# File 'lib/kaltura_client.rb', line 318 def status @status end |