Class: Kaltura::KalturaEventNotificationTemplateBaseFilter

Inherits:
KalturaFilter show all
Defined in:
lib/kaltura_plugins/kaltura_event_notification_client_plugin.rb

Direct Known Subclasses

KalturaEventNotificationTemplateFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_at_greater_than_or_equalObject

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_equalObject

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_equalObject

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_inObject

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_equalObject

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_inObject

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_equalObject

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_inObject

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_equalObject

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_inObject

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_equalObject

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_inObject

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_equalObject

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_equalObject

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