Class: Kaltura::Filter::BaseJobFilter

Inherits:
BaseFilter show all
Defined in:
lib/kaltura/filter/base_job_filter.rb

Direct Known Subclasses

BatchJobFilter, MailJobFilter, NotificationFilter

Instance Attribute Summary collapse

Attributes inherited from BaseFilter

#order_by

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#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.



8
9
10
# File 'lib/kaltura/filter/base_job_filter.rb', line 8

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.



9
10
11
# File 'lib/kaltura/filter/base_job_filter.rb', line 9

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#id_equalObject

Returns the value of attribute id_equal.



4
5
6
# File 'lib/kaltura/filter/base_job_filter.rb', line 4

def id_equal
  @id_equal
end

#id_greater_than_or_equalObject

Returns the value of attribute id_greater_than_or_equal.



5
6
7
# File 'lib/kaltura/filter/base_job_filter.rb', line 5

def id_greater_than_or_equal
  @id_greater_than_or_equal
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



6
7
8
# File 'lib/kaltura/filter/base_job_filter.rb', line 6

def partner_id_equal
  @partner_id_equal
end

#partner_id_inObject

Returns the value of attribute partner_id_in.



7
8
9
# File 'lib/kaltura/filter/base_job_filter.rb', line 7

def partner_id_in
  @partner_id_in
end