Class: Kaltura::KalturaAnnotationBaseFilter
- Inherits:
-
KalturaCuePointFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaCuePointBaseFilter
- KalturaCuePointFilter
- Kaltura::KalturaAnnotationBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_annotation_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#duration_greater_than_or_equal ⇒ Object
Returns the value of attribute duration_greater_than_or_equal.
-
#duration_less_than_or_equal ⇒ Object
Returns the value of attribute duration_less_than_or_equal.
-
#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.
-
#parent_id_equal ⇒ Object
Returns the value of attribute parent_id_equal.
-
#parent_id_in ⇒ Object
Returns the value of attribute parent_id_in.
-
#text_like ⇒ Object
Returns the value of attribute text_like.
-
#text_multi_like_and ⇒ Object
Returns the value of attribute text_multi_like_and.
-
#text_multi_like_or ⇒ Object
Returns the value of attribute text_multi_like_or.
Attributes inherited from KalturaCuePointBaseFilter
#created_at_greater_than_or_equal, #created_at_less_than_or_equal, #cue_point_type_equal, #cue_point_type_in, #entry_id_equal, #entry_id_in, #force_stop_equal, #id_equal, #id_in, #partner_sort_value_equal, #partner_sort_value_greater_than_or_equal, #partner_sort_value_in, #partner_sort_value_less_than_or_equal, #start_time_greater_than_or_equal, #start_time_less_than_or_equal, #status_equal, #status_in, #system_name_equal, #system_name_in, #tags_like, #tags_multi_like_and, #tags_multi_like_or, #updated_at_greater_than_or_equal, #updated_at_less_than_or_equal, #user_id_equal, #user_id_in
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#duration_greater_than_or_equal ⇒ Object
Returns the value of attribute duration_greater_than_or_equal.
101 102 103 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 101 def duration_greater_than_or_equal @duration_greater_than_or_equal end |
#duration_less_than_or_equal ⇒ Object
Returns the value of attribute duration_less_than_or_equal.
102 103 104 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 102 def duration_less_than_or_equal @duration_less_than_or_equal end |
#end_time_greater_than_or_equal ⇒ Object
Returns the value of attribute end_time_greater_than_or_equal.
99 100 101 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 99 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.
100 101 102 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 100 def end_time_less_than_or_equal @end_time_less_than_or_equal end |
#parent_id_equal ⇒ Object
Returns the value of attribute parent_id_equal.
94 95 96 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 94 def parent_id_equal @parent_id_equal end |
#parent_id_in ⇒ Object
Returns the value of attribute parent_id_in.
95 96 97 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 95 def parent_id_in @parent_id_in end |
#text_like ⇒ Object
Returns the value of attribute text_like.
96 97 98 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 96 def text_like @text_like end |
#text_multi_like_and ⇒ Object
Returns the value of attribute text_multi_like_and.
98 99 100 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 98 def text_multi_like_and @text_multi_like_and end |
#text_multi_like_or ⇒ Object
Returns the value of attribute text_multi_like_or.
97 98 99 |
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 97 def text_multi_like_or @text_multi_like_or end |