Class: Kaltura::KalturaCaptionAssetBaseFilter
- Inherits:
-
KalturaAssetFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaAssetBaseFilter
- KalturaAssetFilter
- Kaltura::KalturaCaptionAssetBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_caption_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#caption_params_id_equal ⇒ Object
Returns the value of attribute caption_params_id_equal.
-
#caption_params_id_in ⇒ Object
Returns the value of attribute caption_params_id_in.
-
#format_equal ⇒ Object
Returns the value of attribute format_equal.
-
#format_in ⇒ Object
Returns the value of attribute format_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
#caption_params_id_equal ⇒ Object
Returns the value of attribute caption_params_id_equal.
139 140 141 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 139 def @caption_params_id_equal end |
#caption_params_id_in ⇒ Object
Returns the value of attribute caption_params_id_in.
140 141 142 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 140 def @caption_params_id_in end |
#format_equal ⇒ Object
Returns the value of attribute format_equal.
141 142 143 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 141 def format_equal @format_equal end |
#format_in ⇒ Object
Returns the value of attribute format_in.
142 143 144 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 142 def format_in @format_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
143 144 145 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 143 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
144 145 146 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 144 def status_in @status_in end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
145 146 147 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 145 def status_not_in @status_not_in end |