Class: Kaltura::KalturaAssetBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaAssetBaseFilter
- 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.
-
#deleted_at_greater_than_or_equal ⇒ Object
Returns the value of attribute deleted_at_greater_than_or_equal.
-
#deleted_at_less_than_or_equal ⇒ Object
Returns the value of attribute deleted_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.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_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.
-
#size_greater_than_or_equal ⇒ Object
Returns the value of attribute size_greater_than_or_equal.
-
#size_less_than_or_equal ⇒ Object
Returns the value of attribute size_less_than_or_equal.
-
#tags_like ⇒ Object
Returns the value of attribute tags_like.
-
#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.
6250 6251 6252 |
# File 'lib/kaltura_client.rb', line 6250 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.
6251 6252 6253 |
# File 'lib/kaltura_client.rb', line 6251 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#deleted_at_greater_than_or_equal ⇒ Object
Returns the value of attribute deleted_at_greater_than_or_equal.
6254 6255 6256 |
# File 'lib/kaltura_client.rb', line 6254 def deleted_at_greater_than_or_equal @deleted_at_greater_than_or_equal end |
#deleted_at_less_than_or_equal ⇒ Object
Returns the value of attribute deleted_at_less_than_or_equal.
6255 6256 6257 |
# File 'lib/kaltura_client.rb', line 6255 def deleted_at_less_than_or_equal @deleted_at_less_than_or_equal end |
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
6241 6242 6243 |
# File 'lib/kaltura_client.rb', line 6241 def entry_id_equal @entry_id_equal end |
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
6242 6243 6244 |
# File 'lib/kaltura_client.rb', line 6242 def entry_id_in @entry_id_in end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
6239 6240 6241 |
# File 'lib/kaltura_client.rb', line 6239 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
6240 6241 6242 |
# File 'lib/kaltura_client.rb', line 6240 def id_in @id_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
6243 6244 6245 |
# File 'lib/kaltura_client.rb', line 6243 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
6244 6245 6246 |
# File 'lib/kaltura_client.rb', line 6244 def partner_id_in @partner_id_in end |
#size_greater_than_or_equal ⇒ Object
Returns the value of attribute size_greater_than_or_equal.
6245 6246 6247 |
# File 'lib/kaltura_client.rb', line 6245 def size_greater_than_or_equal @size_greater_than_or_equal end |
#size_less_than_or_equal ⇒ Object
Returns the value of attribute size_less_than_or_equal.
6246 6247 6248 |
# File 'lib/kaltura_client.rb', line 6246 def size_less_than_or_equal @size_less_than_or_equal end |
#tags_like ⇒ Object
Returns the value of attribute tags_like.
6247 6248 6249 |
# File 'lib/kaltura_client.rb', line 6247 def @tags_like end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
6249 6250 6251 |
# File 'lib/kaltura_client.rb', line 6249 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
6248 6249 6250 |
# File 'lib/kaltura_client.rb', line 6248 def @tags_multi_like_or end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
6252 6253 6254 |
# File 'lib/kaltura_client.rb', line 6252 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.
6253 6254 6255 |
# File 'lib/kaltura_client.rb', line 6253 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |