Class: Kaltura::KalturaThumbAssetBaseFilter
- Inherits:
-
KalturaAssetFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaAssetBaseFilter
- KalturaAssetFilter
- Kaltura::KalturaThumbAssetBaseFilter
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
-
#thumb_params_id_equal ⇒ Object
Returns the value of attribute thumb_params_id_equal.
-
#thumb_params_id_in ⇒ Object
Returns the value of attribute thumb_params_id_in.
Attributes inherited from KalturaAssetBaseFilter
#created_at_greater_than_or_equal, #created_at_less_than_or_equal, #deleted_at_greater_than_or_equal, #deleted_at_less_than_or_equal, #entry_id_equal, #entry_id_in, #id_equal, #id_in, #partner_id_equal, #partner_id_in, #size_greater_than_or_equal, #size_less_than_or_equal, #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
#status_equal ⇒ Object
Returns the value of attribute status_equal.
8738 8739 8740 |
# File 'lib/kaltura_client.rb', line 8738 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
8739 8740 8741 |
# File 'lib/kaltura_client.rb', line 8739 def status_in @status_in end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
8740 8741 8742 |
# File 'lib/kaltura_client.rb', line 8740 def status_not_in @status_not_in end |
#thumb_params_id_equal ⇒ Object
Returns the value of attribute thumb_params_id_equal.
8736 8737 8738 |
# File 'lib/kaltura_client.rb', line 8736 def thumb_params_id_equal @thumb_params_id_equal end |
#thumb_params_id_in ⇒ Object
Returns the value of attribute thumb_params_id_in.
8737 8738 8739 |
# File 'lib/kaltura_client.rb', line 8737 def thumb_params_id_in @thumb_params_id_in end |