Class: Kaltura::KalturaEventNotificationTemplateBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaEventNotificationTemplateBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
-
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
-
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
-
#type_equal ⇒ Object
Returns the value of attribute type_equal.
-
#type_in ⇒ Object
Returns the value of attribute type_in.
-
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
-
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
220 221 222 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 220 def created_at_greater_than_or_equal @created_at_greater_than_or_equal end |
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
221 222 223 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 221 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
210 211 212 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 210 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
211 212 213 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 211 def id_in @id_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
212 213 214 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 212 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
213 214 215 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 213 def partner_id_in @partner_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
218 219 220 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 218 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
219 220 221 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 219 def status_in @status_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
214 215 216 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 214 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
215 216 217 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 215 def system_name_in @system_name_in end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
216 217 218 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 216 def type_equal @type_equal end |
#type_in ⇒ Object
Returns the value of attribute type_in.
217 218 219 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 217 def type_in @type_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
222 223 224 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 222 def updated_at_greater_than_or_equal @updated_at_greater_than_or_equal end |
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
223 224 225 |
# File 'lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb', line 223 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |