Class: Kaltura::Filter::BaseJobFilter
- Inherits:
-
BaseFilter
- Object
- ObjectBase
- BaseFilter
- Kaltura::Filter::BaseJobFilter
- Defined in:
- lib/kaltura/filter/base_job_filter.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_greater_than_or_equal ⇒ Object
Returns the value of attribute id_greater_than_or_equal.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
Attributes inherited from BaseFilter
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
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_equal ⇒ Object
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_equal ⇒ Object
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_equal ⇒ Object
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_equal ⇒ Object
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_in ⇒ Object
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 |