Class: Kaltura::KalturaFlavorAssetBaseFilter
- Inherits:
-
KalturaAssetFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaAssetBaseFilter
- KalturaAssetFilter
- Kaltura::KalturaFlavorAssetBaseFilter
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#flavor_params_id_equal ⇒ Object
Returns the value of attribute flavor_params_id_equal.
-
#flavor_params_id_in ⇒ Object
Returns the value of attribute flavor_params_id_in.
-
#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.
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
#flavor_params_id_equal ⇒ Object
Returns the value of attribute flavor_params_id_equal.
8660 8661 8662 |
# File 'lib/kaltura_client.rb', line 8660 def flavor_params_id_equal @flavor_params_id_equal end |
#flavor_params_id_in ⇒ Object
Returns the value of attribute flavor_params_id_in.
8661 8662 8663 |
# File 'lib/kaltura_client.rb', line 8661 def flavor_params_id_in @flavor_params_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
8662 8663 8664 |
# File 'lib/kaltura_client.rb', line 8662 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
8663 8664 8665 |
# File 'lib/kaltura_client.rb', line 8663 def status_in @status_in end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
8664 8665 8666 |
# File 'lib/kaltura_client.rb', line 8664 def status_not_in @status_not_in end |