Class: Kaltura::KalturaPlayableEntryBaseFilter
- Inherits:
-
KalturaBaseEntryFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaBaseEntryBaseFilter
- KalturaBaseEntryFilter
- Kaltura::KalturaPlayableEntryBaseFilter
- Defined in:
- lib/kaltura_client.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.
-
#last_played_at_greater_than_or_equal ⇒ Object
Returns the value of attribute last_played_at_greater_than_or_equal.
-
#last_played_at_less_than_or_equal ⇒ Object
Returns the value of attribute last_played_at_less_than_or_equal.
Attributes inherited from KalturaBaseEntryFilter
#categories_full_name_in, #category_ancestor_id_in, #free_text, #is_root, #redirect_from_entry_id
Attributes inherited from KalturaBaseEntryBaseFilter
#access_control_id_equal, #access_control_id_in, #admin_tags_like, #admin_tags_multi_like_and, #admin_tags_multi_like_or, #categories_ids_empty, #categories_ids_match_and, #categories_ids_match_or, #categories_ids_not_contains, #categories_match_and, #categories_match_or, #categories_not_contains, #created_at_greater_than_or_equal, #created_at_less_than_or_equal, #creator_id_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, #id_not_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, #partner_sort_value_greater_than_or_equal, #partner_sort_value_less_than_or_equal, #redirect_entry_id_equal, #reference_id_equal, #reference_id_in, #replaced_entry_id_equal, #replaced_entry_id_in, #replacement_status_equal, #replacement_status_in, #replacing_entry_id_equal, #replacing_entry_id_in, #root_entry_id_equal, #root_entry_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, #total_rank_greater_than_or_equal, #total_rank_less_than_or_equal, #type_equal, #type_in, #updated_at_greater_than_or_equal, #updated_at_less_than_or_equal, #user_id_equal
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#duration_greater_than ⇒ Object
Returns the value of attribute duration_greater_than.
4482 4483 4484 |
# File 'lib/kaltura_client.rb', line 4482 def duration_greater_than @duration_greater_than end |
#duration_greater_than_or_equal ⇒ Object
Returns the value of attribute duration_greater_than_or_equal.
4484 4485 4486 |
# File 'lib/kaltura_client.rb', line 4484 def duration_greater_than_or_equal @duration_greater_than_or_equal end |
#duration_less_than ⇒ Object
Returns the value of attribute duration_less_than.
4481 4482 4483 |
# File 'lib/kaltura_client.rb', line 4481 def duration_less_than @duration_less_than end |
#duration_less_than_or_equal ⇒ Object
Returns the value of attribute duration_less_than_or_equal.
4483 4484 4485 |
# File 'lib/kaltura_client.rb', line 4483 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.
4485 4486 4487 |
# File 'lib/kaltura_client.rb', line 4485 def duration_type_match_or @duration_type_match_or end |
#last_played_at_greater_than_or_equal ⇒ Object
Returns the value of attribute last_played_at_greater_than_or_equal.
4479 4480 4481 |
# File 'lib/kaltura_client.rb', line 4479 def last_played_at_greater_than_or_equal @last_played_at_greater_than_or_equal end |
#last_played_at_less_than_or_equal ⇒ Object
Returns the value of attribute last_played_at_less_than_or_equal.
4480 4481 4482 |
# File 'lib/kaltura_client.rb', line 4480 def last_played_at_less_than_or_equal @last_played_at_less_than_or_equal end |