Class: Kaltura::KalturaEventNotificationArrayParameter
- Inherits:
-
KalturaEventNotificationParameter
- Object
- KalturaObjectBase
- KalturaEventNotificationParameter
- Kaltura::KalturaEventNotificationArrayParameter
- Defined in:
- lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb
Instance Attribute Summary collapse
-
#allowed_values ⇒ Object
Used to restrict the values to close list.
-
#values ⇒ Object
Returns the value of attribute values.
Attributes inherited from KalturaEventNotificationParameter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#allowed_values ⇒ Object
Used to restrict the values to close list
197 198 199 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 197 def allowed_values @allowed_values end |
#values ⇒ Object
Returns the value of attribute values.
194 195 196 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 194 def values @values end |