Class: Kaltura::KalturaUiConfBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaUiConfBaseFilter
- Defined in:
- lib/kaltura_client.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.
-
#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.
-
#obj_type_in ⇒ Object
Returns the value of attribute obj_type_in.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#partner_tags_multi_like_and ⇒ Object
Returns the value of attribute partner_tags_multi_like_and.
-
#partner_tags_multi_like_or ⇒ Object
Returns the value of attribute partner_tags_multi_like_or.
-
#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.
-
#version_equal ⇒ Object
Returns the value of attribute version_equal.
-
#version_multi_like_and ⇒ Object
Returns the value of attribute version_multi_like_and.
-
#version_multi_like_or ⇒ Object
Returns the value of attribute version_multi_like_or.
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.
8042 8043 8044 |
# File 'lib/kaltura_client.rb', line 8042 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.
8043 8044 8045 |
# File 'lib/kaltura_client.rb', line 8043 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.
8046 8047 8048 |
# File 'lib/kaltura_client.rb', line 8046 def creation_mode_equal @creation_mode_equal end |
#creation_mode_in ⇒ Object
Returns the value of attribute creation_mode_in.
8047 8048 8049 |
# File 'lib/kaltura_client.rb', line 8047 def creation_mode_in @creation_mode_in end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
8033 8034 8035 |
# File 'lib/kaltura_client.rb', line 8033 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
8034 8035 8036 |
# File 'lib/kaltura_client.rb', line 8034 def id_in @id_in end |
#name_like ⇒ Object
Returns the value of attribute name_like.
8035 8036 8037 |
# File 'lib/kaltura_client.rb', line 8035 def name_like @name_like end |
#obj_type_equal ⇒ Object
Returns the value of attribute obj_type_equal.
8038 8039 8040 |
# File 'lib/kaltura_client.rb', line 8038 def obj_type_equal @obj_type_equal end |
#obj_type_in ⇒ Object
Returns the value of attribute obj_type_in.
8039 8040 8041 |
# File 'lib/kaltura_client.rb', line 8039 def obj_type_in @obj_type_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
8036 8037 8038 |
# File 'lib/kaltura_client.rb', line 8036 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
8037 8038 8039 |
# File 'lib/kaltura_client.rb', line 8037 def partner_id_in @partner_id_in end |
#partner_tags_multi_like_and ⇒ Object
Returns the value of attribute partner_tags_multi_like_and.
8052 8053 8054 |
# File 'lib/kaltura_client.rb', line 8052 def @partner_tags_multi_like_and end |
#partner_tags_multi_like_or ⇒ Object
Returns the value of attribute partner_tags_multi_like_or.
8051 8052 8053 |
# File 'lib/kaltura_client.rb', line 8051 def @partner_tags_multi_like_or end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
8041 8042 8043 |
# File 'lib/kaltura_client.rb', line 8041 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
8040 8041 8042 |
# File 'lib/kaltura_client.rb', line 8040 def @tags_multi_like_or end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
8044 8045 8046 |
# File 'lib/kaltura_client.rb', line 8044 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.
8045 8046 8047 |
# File 'lib/kaltura_client.rb', line 8045 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
#version_equal ⇒ Object
Returns the value of attribute version_equal.
8048 8049 8050 |
# File 'lib/kaltura_client.rb', line 8048 def version_equal @version_equal end |
#version_multi_like_and ⇒ Object
Returns the value of attribute version_multi_like_and.
8050 8051 8052 |
# File 'lib/kaltura_client.rb', line 8050 def version_multi_like_and @version_multi_like_and end |
#version_multi_like_or ⇒ Object
Returns the value of attribute version_multi_like_or.
8049 8050 8051 |
# File 'lib/kaltura_client.rb', line 8049 def version_multi_like_or @version_multi_like_or end |