Class: Kaltura::KalturaAdCuePointBaseFilter
- Inherits:
-
KalturaCuePointFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaCuePointBaseFilter
- KalturaCuePointFilter
- Kaltura::KalturaAdCuePointBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_ad_cue_point_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.
-
#protocol_type_equal ⇒ Object
Returns the value of attribute protocol_type_equal.
-
#protocol_type_in ⇒ Object
Returns the value of attribute protocol_type_in.
-
#title_like ⇒ Object
Returns the value of attribute title_like.
-
#title_multi_like_and ⇒ Object
Returns the value of attribute title_multi_like_and.
-
#title_multi_like_or ⇒ Object
Returns the value of attribute title_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.
86 87 88 |
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 86 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.
87 88 89 |
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 87 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.
84 85 86 |
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 84 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.
85 86 87 |
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 85 def end_time_less_than_or_equal @end_time_less_than_or_equal end |
#protocol_type_equal ⇒ Object
Returns the value of attribute protocol_type_equal.
79 80 81 |
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 79 def protocol_type_equal @protocol_type_equal end |
#protocol_type_in ⇒ Object
Returns the value of attribute protocol_type_in.
80 81 82 |
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 80 def protocol_type_in @protocol_type_in end |
#title_like ⇒ Object
Returns the value of attribute title_like.
81 82 83 |
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 81 def title_like @title_like end |
#title_multi_like_and ⇒ Object
Returns the value of attribute title_multi_like_and.
83 84 85 |
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 83 def title_multi_like_and @title_multi_like_and end |
#title_multi_like_or ⇒ Object
Returns the value of attribute title_multi_like_or.
82 83 84 |
# File 'lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb', line 82 def title_multi_like_or @title_multi_like_or end |