Class: Kaltura::KalturaConversionProfileAssetParamsBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaConversionProfileAssetParamsBaseFilter
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#asset_params_id_equal ⇒ Object
Returns the value of attribute asset_params_id_equal.
-
#asset_params_id_in ⇒ Object
Returns the value of attribute asset_params_id_in.
-
#conversion_profile_id_equal ⇒ Object
Returns the value of attribute conversion_profile_id_equal.
-
#conversion_profile_id_in ⇒ Object
Returns the value of attribute conversion_profile_id_in.
-
#origin_equal ⇒ Object
Returns the value of attribute origin_equal.
-
#origin_in ⇒ Object
Returns the value of attribute origin_in.
-
#ready_behavior_equal ⇒ Object
Returns the value of attribute ready_behavior_equal.
-
#ready_behavior_in ⇒ Object
Returns the value of attribute ready_behavior_in.
-
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
-
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#asset_params_id_equal ⇒ Object
Returns the value of attribute asset_params_id_equal.
7119 7120 7121 |
# File 'lib/kaltura_client.rb', line 7119 def asset_params_id_equal @asset_params_id_equal end |
#asset_params_id_in ⇒ Object
Returns the value of attribute asset_params_id_in.
7120 7121 7122 |
# File 'lib/kaltura_client.rb', line 7120 def asset_params_id_in @asset_params_id_in end |
#conversion_profile_id_equal ⇒ Object
Returns the value of attribute conversion_profile_id_equal.
7117 7118 7119 |
# File 'lib/kaltura_client.rb', line 7117 def conversion_profile_id_equal @conversion_profile_id_equal end |
#conversion_profile_id_in ⇒ Object
Returns the value of attribute conversion_profile_id_in.
7118 7119 7120 |
# File 'lib/kaltura_client.rb', line 7118 def conversion_profile_id_in @conversion_profile_id_in end |
#origin_equal ⇒ Object
Returns the value of attribute origin_equal.
7123 7124 7125 |
# File 'lib/kaltura_client.rb', line 7123 def origin_equal @origin_equal end |
#origin_in ⇒ Object
Returns the value of attribute origin_in.
7124 7125 7126 |
# File 'lib/kaltura_client.rb', line 7124 def origin_in @origin_in end |
#ready_behavior_equal ⇒ Object
Returns the value of attribute ready_behavior_equal.
7121 7122 7123 |
# File 'lib/kaltura_client.rb', line 7121 def ready_behavior_equal @ready_behavior_equal end |
#ready_behavior_in ⇒ Object
Returns the value of attribute ready_behavior_in.
7122 7123 7124 |
# File 'lib/kaltura_client.rb', line 7122 def ready_behavior_in @ready_behavior_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
7125 7126 7127 |
# File 'lib/kaltura_client.rb', line 7125 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
7126 7127 7128 |
# File 'lib/kaltura_client.rb', line 7126 def system_name_in @system_name_in end |