Class: Kaltura::KalturaCaptionAssetItemFilter
- Inherits:
-
KalturaCaptionAssetFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaAssetBaseFilter
- KalturaAssetFilter
- KalturaCaptionAssetBaseFilter
- KalturaCaptionAssetFilter
- Kaltura::KalturaCaptionAssetItemFilter
- Defined in:
- lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb
Instance Attribute Summary collapse
-
#content_like ⇒ Object
Returns the value of attribute content_like.
-
#content_multi_like_and ⇒ Object
Returns the value of attribute content_multi_like_and.
-
#content_multi_like_or ⇒ Object
Returns the value of attribute content_multi_like_or.
-
#end_time_greater_than_or_equal ⇒ Object
Returns the value of attribute end_time_greater_than_or_equal.
-
#end_time_less_than_or_equal ⇒ Object
Returns the value of attribute end_time_less_than_or_equal.
-
#label_equal ⇒ Object
Returns the value of attribute label_equal.
-
#label_in ⇒ Object
Returns the value of attribute label_in.
-
#language_equal ⇒ Object
Returns the value of attribute language_equal.
-
#language_in ⇒ Object
Returns the value of attribute language_in.
-
#partner_description_like ⇒ Object
Returns the value of attribute partner_description_like.
-
#partner_description_multi_like_and ⇒ Object
Returns the value of attribute partner_description_multi_like_and.
-
#partner_description_multi_like_or ⇒ Object
Returns the value of attribute partner_description_multi_like_or.
-
#start_time_greater_than_or_equal ⇒ Object
Returns the value of attribute start_time_greater_than_or_equal.
-
#start_time_less_than_or_equal ⇒ Object
Returns the value of attribute start_time_less_than_or_equal.
Attributes inherited from KalturaCaptionAssetBaseFilter
#caption_params_id_equal, #caption_params_id_in, #format_equal, #format_in, #status_equal, #status_in, #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
#content_like ⇒ Object
Returns the value of attribute content_like.
62 63 64 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 62 def content_like @content_like end |
#content_multi_like_and ⇒ Object
Returns the value of attribute content_multi_like_and.
64 65 66 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 64 def content_multi_like_and @content_multi_like_and end |
#content_multi_like_or ⇒ Object
Returns the value of attribute content_multi_like_or.
63 64 65 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 63 def content_multi_like_or @content_multi_like_or end |
#end_time_greater_than_or_equal ⇒ Object
Returns the value of attribute end_time_greater_than_or_equal.
74 75 76 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 74 def end_time_greater_than_or_equal @end_time_greater_than_or_equal end |
#end_time_less_than_or_equal ⇒ Object
Returns the value of attribute end_time_less_than_or_equal.
75 76 77 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 75 def end_time_less_than_or_equal @end_time_less_than_or_equal end |
#label_equal ⇒ Object
Returns the value of attribute label_equal.
70 71 72 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 70 def label_equal @label_equal end |
#label_in ⇒ Object
Returns the value of attribute label_in.
71 72 73 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 71 def label_in @label_in end |
#language_equal ⇒ Object
Returns the value of attribute language_equal.
68 69 70 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 68 def language_equal @language_equal end |
#language_in ⇒ Object
Returns the value of attribute language_in.
69 70 71 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 69 def language_in @language_in end |
#partner_description_like ⇒ Object
Returns the value of attribute partner_description_like.
65 66 67 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 65 def partner_description_like @partner_description_like end |
#partner_description_multi_like_and ⇒ Object
Returns the value of attribute partner_description_multi_like_and.
67 68 69 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 67 def partner_description_multi_like_and @partner_description_multi_like_and end |
#partner_description_multi_like_or ⇒ Object
Returns the value of attribute partner_description_multi_like_or.
66 67 68 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 66 def partner_description_multi_like_or @partner_description_multi_like_or end |
#start_time_greater_than_or_equal ⇒ Object
Returns the value of attribute start_time_greater_than_or_equal.
72 73 74 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 72 def start_time_greater_than_or_equal @start_time_greater_than_or_equal end |
#start_time_less_than_or_equal ⇒ Object
Returns the value of attribute start_time_less_than_or_equal.
73 74 75 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 73 def start_time_less_than_or_equal @start_time_less_than_or_equal end |