Class: Kaltura::Filter::PlayableEntryFilter
- Inherits:
-
BaseEntryFilter
- Object
- ObjectBase
- BaseFilter
- BaseEntryFilter
- Kaltura::Filter::PlayableEntryFilter
- Defined in:
- lib/kaltura/filter/playable_entry_filter.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#duration_greater_than ⇒ Object
Returns the value of attribute duration_greater_than.
-
#duration_greater_than_or_equal ⇒ Object
Returns the value of attribute duration_greater_than_or_equal.
-
#duration_less_than ⇒ Object
Returns the value of attribute duration_less_than.
-
#duration_less_than_or_equal ⇒ Object
Returns the value of attribute duration_less_than_or_equal.
-
#duration_type_match_or ⇒ Object
Returns the value of attribute duration_type_match_or.
-
#ms_duration_greater_than ⇒ Object
Returns the value of attribute ms_duration_greater_than.
-
#ms_duration_greater_than_or_equal ⇒ Object
Returns the value of attribute ms_duration_greater_than_or_equal.
-
#ms_duration_less_than ⇒ Object
Returns the value of attribute ms_duration_less_than.
-
#ms_duration_less_than_or_equal ⇒ Object
Returns the value of attribute ms_duration_less_than_or_equal.
Attributes inherited from BaseEntryFilter
#access_control_id_equal, #access_control_id_in, #admin_tags_like, #admin_tags_multi_like_and, #admin_tags_multi_like_or, #categories_match_and, #categories_match_or, #created_at_greater_than_or_equal, #created_at_less_than_or_equal, #end_date_greater_than_or_equal, #end_date_greater_than_or_equal_or_null, #end_date_less_than_or_equal, #end_date_less_than_or_equal_or_null, #group_id_equal, #id_equal, #id_in, #moderation_status_equal, #moderation_status_in, #moderation_status_not_equal, #moderation_status_not_in, #name_equal, #name_like, #name_multi_like_and, #name_multi_like_or, #partner_id_equal, #partner_id_in, #search_text_match_and, #search_text_match_or, #start_date_greater_than_or_equal, #start_date_greater_than_or_equal_or_null, #start_date_less_than_or_equal, #start_date_less_than_or_equal_or_null, #status_equal, #status_in, #status_not_equal, #status_not_in, #tags_admin_tags_multi_like_and, #tags_admin_tags_multi_like_or, #tags_admin_tags_name_multi_like_and, #tags_admin_tags_name_multi_like_or, #tags_like, #tags_multi_like_and, #tags_multi_like_or, #tags_name_multi_like_and, #tags_name_multi_like_or, #type_equal, #type_in, #user_id_equal
Attributes inherited from BaseFilter
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#duration_greater_than ⇒ Object
Returns the value of attribute duration_greater_than.
5 6 7 |
# File 'lib/kaltura/filter/playable_entry_filter.rb', line 5 def duration_greater_than @duration_greater_than end |
#duration_greater_than_or_equal ⇒ Object
Returns the value of attribute duration_greater_than_or_equal.
7 8 9 |
# File 'lib/kaltura/filter/playable_entry_filter.rb', line 7 def duration_greater_than_or_equal @duration_greater_than_or_equal end |
#duration_less_than ⇒ Object
Returns the value of attribute duration_less_than.
4 5 6 |
# File 'lib/kaltura/filter/playable_entry_filter.rb', line 4 def duration_less_than @duration_less_than end |
#duration_less_than_or_equal ⇒ Object
Returns the value of attribute duration_less_than_or_equal.
6 7 8 |
# File 'lib/kaltura/filter/playable_entry_filter.rb', line 6 def duration_less_than_or_equal @duration_less_than_or_equal end |
#duration_type_match_or ⇒ Object
Returns the value of attribute duration_type_match_or.
12 13 14 |
# File 'lib/kaltura/filter/playable_entry_filter.rb', line 12 def duration_type_match_or @duration_type_match_or end |
#ms_duration_greater_than ⇒ Object
Returns the value of attribute ms_duration_greater_than.
9 10 11 |
# File 'lib/kaltura/filter/playable_entry_filter.rb', line 9 def ms_duration_greater_than @ms_duration_greater_than end |
#ms_duration_greater_than_or_equal ⇒ Object
Returns the value of attribute ms_duration_greater_than_or_equal.
11 12 13 |
# File 'lib/kaltura/filter/playable_entry_filter.rb', line 11 def ms_duration_greater_than_or_equal @ms_duration_greater_than_or_equal end |
#ms_duration_less_than ⇒ Object
Returns the value of attribute ms_duration_less_than.
8 9 10 |
# File 'lib/kaltura/filter/playable_entry_filter.rb', line 8 def ms_duration_less_than @ms_duration_less_than end |
#ms_duration_less_than_or_equal ⇒ Object
Returns the value of attribute ms_duration_less_than_or_equal.
10 11 12 |
# File 'lib/kaltura/filter/playable_entry_filter.rb', line 10 def ms_duration_less_than_or_equal @ms_duration_less_than_or_equal end |