Class: Kaltura::KalturaPlayableEntryFilter
- Inherits:
-
KalturaBaseEntryFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaBaseEntryFilter
- Kaltura::KalturaPlayableEntryFilter
- 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.
-
#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 KalturaBaseEntryFilter
#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 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.
1804 1805 1806 |
# File 'lib/kaltura_client.rb', line 1804 def duration_greater_than @duration_greater_than end |
#duration_greater_than_or_equal ⇒ Object
Returns the value of attribute duration_greater_than_or_equal.
1806 1807 1808 |
# File 'lib/kaltura_client.rb', line 1806 def duration_greater_than_or_equal @duration_greater_than_or_equal end |
#duration_less_than ⇒ Object
Returns the value of attribute duration_less_than.
1803 1804 1805 |
# File 'lib/kaltura_client.rb', line 1803 def duration_less_than @duration_less_than end |
#duration_less_than_or_equal ⇒ Object
Returns the value of attribute duration_less_than_or_equal.
1805 1806 1807 |
# File 'lib/kaltura_client.rb', line 1805 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.
1811 1812 1813 |
# File 'lib/kaltura_client.rb', line 1811 def duration_type_match_or @duration_type_match_or end |
#ms_duration_greater_than ⇒ Object
Returns the value of attribute ms_duration_greater_than.
1808 1809 1810 |
# File 'lib/kaltura_client.rb', line 1808 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.
1810 1811 1812 |
# File 'lib/kaltura_client.rb', line 1810 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.
1807 1808 1809 |
# File 'lib/kaltura_client.rb', line 1807 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.
1809 1810 1811 |
# File 'lib/kaltura_client.rb', line 1809 def ms_duration_less_than_or_equal @ms_duration_less_than_or_equal end |