Class: Kaltura::KalturaCodeCuePointBaseFilter
- Inherits:
-
KalturaCuePointFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaCuePointBaseFilter
- KalturaCuePointFilter
- Kaltura::KalturaCodeCuePointBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#code_equal ⇒ Object
Returns the value of attribute code_equal.
-
#code_in ⇒ Object
Returns the value of attribute code_in.
-
#code_like ⇒ Object
Returns the value of attribute code_like.
-
#code_multi_like_and ⇒ Object
Returns the value of attribute code_multi_like_and.
-
#code_multi_like_or ⇒ Object
Returns the value of attribute code_multi_like_or.
-
#description_like ⇒ Object
Returns the value of attribute description_like.
-
#description_multi_like_and ⇒ Object
Returns the value of attribute description_multi_like_and.
-
#description_multi_like_or ⇒ Object
Returns the value of attribute description_multi_like_or.
-
#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.
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
#code_equal ⇒ Object
Returns the value of attribute code_equal.
68 69 70 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 68 def code_equal @code_equal end |
#code_in ⇒ Object
Returns the value of attribute code_in.
69 70 71 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 69 def code_in @code_in end |
#code_like ⇒ Object
Returns the value of attribute code_like.
65 66 67 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 65 def code_like @code_like end |
#code_multi_like_and ⇒ Object
Returns the value of attribute code_multi_like_and.
67 68 69 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 67 def code_multi_like_and @code_multi_like_and end |
#code_multi_like_or ⇒ Object
Returns the value of attribute code_multi_like_or.
66 67 68 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 66 def code_multi_like_or @code_multi_like_or end |
#description_like ⇒ Object
Returns the value of attribute description_like.
70 71 72 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 70 def description_like @description_like end |
#description_multi_like_and ⇒ Object
Returns the value of attribute description_multi_like_and.
72 73 74 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 72 def description_multi_like_and @description_multi_like_and end |
#description_multi_like_or ⇒ Object
Returns the value of attribute description_multi_like_or.
71 72 73 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 71 def description_multi_like_or @description_multi_like_or end |
#duration_greater_than_or_equal ⇒ Object
Returns the value of attribute duration_greater_than_or_equal.
75 76 77 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 75 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.
76 77 78 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 76 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.
73 74 75 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 73 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.
74 75 76 |
# File 'lib/kaltura_plugins/kaltura_code_cue_point_client_plugin.rb', line 74 def end_time_less_than_or_equal @end_time_less_than_or_equal end |