Class: Kaltura::KalturaCategoryFilter
- Inherits:
-
KalturaCategoryBaseFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaCategoryBaseFilter
- Kaltura::KalturaCategoryFilter
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#ancestor_id_in ⇒ Object
not includes the category itself (only sub categories).
-
#free_text ⇒ Object
Returns the value of attribute free_text.
-
#full_name_starts_with_in ⇒ Object
Returns the value of attribute full_name_starts_with_in.
-
#id_or_inherited_parent_id_in ⇒ Object
Returns the value of attribute id_or_inherited_parent_id_in.
-
#manager_equal ⇒ Object
Returns the value of attribute manager_equal.
-
#member_equal ⇒ Object
Returns the value of attribute member_equal.
-
#members_in ⇒ Object
Returns the value of attribute members_in.
-
#name_or_reference_id_starts_with ⇒ Object
Returns the value of attribute name_or_reference_id_starts_with.
Attributes inherited from KalturaCategoryBaseFilter
#appear_in_list_equal, #contribution_policy_equal, #created_at_greater_than_or_equal, #created_at_less_than_or_equal, #depth_equal, #full_ids_equal, #full_ids_match_or, #full_ids_starts_with, #full_name_equal, #full_name_in, #full_name_starts_with, #id_equal, #id_in, #inheritance_type_equal, #inheritance_type_in, #inherited_parent_id_equal, #inherited_parent_id_in, #members_count_greater_than_or_equal, #members_count_less_than_or_equal, #parent_id_equal, #parent_id_in, #partner_sort_value_greater_than_or_equal, #partner_sort_value_less_than_or_equal, #pending_members_count_greater_than_or_equal, #pending_members_count_less_than_or_equal, #privacy_context_equal, #privacy_equal, #privacy_in, #reference_id_empty, #reference_id_equal, #status_equal, #status_in, #tags_like, #tags_multi_like_and, #tags_multi_like_or, #updated_at_greater_than_or_equal, #updated_at_less_than_or_equal
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#ancestor_id_in ⇒ Object
not includes the category itself (only sub categories)
8286 8287 8288 |
# File 'lib/kaltura_client.rb', line 8286 def ancestor_id_in @ancestor_id_in end |
#free_text ⇒ Object
Returns the value of attribute free_text.
8278 8279 8280 |
# File 'lib/kaltura_client.rb', line 8278 def free_text @free_text end |
#full_name_starts_with_in ⇒ Object
Returns the value of attribute full_name_starts_with_in.
8283 8284 8285 |
# File 'lib/kaltura_client.rb', line 8283 def full_name_starts_with_in @full_name_starts_with_in end |
#id_or_inherited_parent_id_in ⇒ Object
Returns the value of attribute id_or_inherited_parent_id_in.
8287 8288 8289 |
# File 'lib/kaltura_client.rb', line 8287 def id_or_inherited_parent_id_in @id_or_inherited_parent_id_in end |
#manager_equal ⇒ Object
Returns the value of attribute manager_equal.
8281 8282 8283 |
# File 'lib/kaltura_client.rb', line 8281 def manager_equal @manager_equal end |
#member_equal ⇒ Object
Returns the value of attribute member_equal.
8282 8283 8284 |
# File 'lib/kaltura_client.rb', line 8282 def member_equal @member_equal end |
#members_in ⇒ Object
Returns the value of attribute members_in.
8279 8280 8281 |
# File 'lib/kaltura_client.rb', line 8279 def members_in @members_in end |
#name_or_reference_id_starts_with ⇒ Object
Returns the value of attribute name_or_reference_id_starts_with.
8280 8281 8282 |
# File 'lib/kaltura_client.rb', line 8280 def name_or_reference_id_starts_with @name_or_reference_id_starts_with end |