Class: Kaltura::KalturaCategoryEntryBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaCategoryEntryBaseFilter
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#category_full_ids_starts_with ⇒ Object
Returns the value of attribute category_full_ids_starts_with.
-
#category_id_equal ⇒ Object
Returns the value of attribute category_id_equal.
-
#category_id_in ⇒ Object
Returns the value of attribute category_id_in.
-
#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.
-
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
-
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#category_full_ids_starts_with ⇒ Object
Returns the value of attribute category_full_ids_starts_with.
6892 6893 6894 |
# File 'lib/kaltura_client.rb', line 6892 def category_full_ids_starts_with @category_full_ids_starts_with end |
#category_id_equal ⇒ Object
Returns the value of attribute category_id_equal.
6886 6887 6888 |
# File 'lib/kaltura_client.rb', line 6886 def category_id_equal @category_id_equal end |
#category_id_in ⇒ Object
Returns the value of attribute category_id_in.
6887 6888 6889 |
# File 'lib/kaltura_client.rb', line 6887 def category_id_in @category_id_in end |
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
6890 6891 6892 |
# File 'lib/kaltura_client.rb', line 6890 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.
6891 6892 6893 |
# File 'lib/kaltura_client.rb', line 6891 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
6888 6889 6890 |
# File 'lib/kaltura_client.rb', line 6888 def entry_id_equal @entry_id_equal end |
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
6889 6890 6891 |
# File 'lib/kaltura_client.rb', line 6889 def entry_id_in @entry_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
6893 6894 6895 |
# File 'lib/kaltura_client.rb', line 6893 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
6894 6895 6896 |
# File 'lib/kaltura_client.rb', line 6894 def status_in @status_in end |