Class: Kaltura::KalturaCategoryFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaCategoryFilter
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#depth_equal ⇒ Object
Returns the value of attribute depth_equal.
-
#full_name_equal ⇒ Object
Returns the value of attribute full_name_equal.
-
#full_name_starts_with ⇒ Object
Returns the value of attribute full_name_starts_with.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#parent_id_equal ⇒ Object
Returns the value of attribute parent_id_equal.
-
#parent_id_in ⇒ Object
Returns the value of attribute parent_id_in.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#depth_equal ⇒ Object
Returns the value of attribute depth_equal.
1415 1416 1417 |
# File 'lib/kaltura_client.rb', line 1415 def depth_equal @depth_equal end |
#full_name_equal ⇒ Object
Returns the value of attribute full_name_equal.
1416 1417 1418 |
# File 'lib/kaltura_client.rb', line 1416 def full_name_equal @full_name_equal end |
#full_name_starts_with ⇒ Object
Returns the value of attribute full_name_starts_with.
1417 1418 1419 |
# File 'lib/kaltura_client.rb', line 1417 def full_name_starts_with @full_name_starts_with end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
1411 1412 1413 |
# File 'lib/kaltura_client.rb', line 1411 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
1412 1413 1414 |
# File 'lib/kaltura_client.rb', line 1412 def id_in @id_in end |
#parent_id_equal ⇒ Object
Returns the value of attribute parent_id_equal.
1413 1414 1415 |
# File 'lib/kaltura_client.rb', line 1413 def parent_id_equal @parent_id_equal end |
#parent_id_in ⇒ Object
Returns the value of attribute parent_id_in.
1414 1415 1416 |
# File 'lib/kaltura_client.rb', line 1414 def parent_id_in @parent_id_in end |