Class: Kaltura::KalturaUiConfFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaUiConfFilter
- Defined in:
- lib/kaltura_client.rb
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.
-
#creation_mode_equal ⇒ Object
Returns the value of attribute creation_mode_equal.
-
#creation_mode_in ⇒ Object
Returns the value of attribute creation_mode_in.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#name_like ⇒ Object
Returns the value of attribute name_like.
-
#obj_type_equal ⇒ Object
Returns the value of attribute obj_type_equal.
-
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
-
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
-
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
-
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
2382 2383 2384 |
# File 'lib/kaltura_client.rb', line 2382 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.
2383 2384 2385 |
# File 'lib/kaltura_client.rb', line 2383 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#creation_mode_equal ⇒ Object
Returns the value of attribute creation_mode_equal.
2386 2387 2388 |
# File 'lib/kaltura_client.rb', line 2386 def creation_mode_equal @creation_mode_equal end |
#creation_mode_in ⇒ Object
Returns the value of attribute creation_mode_in.
2387 2388 2389 |
# File 'lib/kaltura_client.rb', line 2387 def creation_mode_in @creation_mode_in end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
2376 2377 2378 |
# File 'lib/kaltura_client.rb', line 2376 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
2377 2378 2379 |
# File 'lib/kaltura_client.rb', line 2377 def id_in @id_in end |
#name_like ⇒ Object
Returns the value of attribute name_like.
2378 2379 2380 |
# File 'lib/kaltura_client.rb', line 2378 def name_like @name_like end |
#obj_type_equal ⇒ Object
Returns the value of attribute obj_type_equal.
2379 2380 2381 |
# File 'lib/kaltura_client.rb', line 2379 def obj_type_equal @obj_type_equal end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
2381 2382 2383 |
# File 'lib/kaltura_client.rb', line 2381 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
2380 2381 2382 |
# File 'lib/kaltura_client.rb', line 2380 def @tags_multi_like_or end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
2384 2385 2386 |
# File 'lib/kaltura_client.rb', line 2384 def updated_at_greater_than_or_equal @updated_at_greater_than_or_equal end |
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
2385 2386 2387 |
# File 'lib/kaltura_client.rb', line 2385 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |