Class: Kaltura::KalturaGenericDistributionProviderBaseFilter
- Inherits:
-
KalturaDistributionProviderFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaDistributionProviderBaseFilter
- KalturaDistributionProviderFilter
- Kaltura::KalturaGenericDistributionProviderBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
-
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#is_default_equal ⇒ Object
Returns the value of attribute is_default_equal.
-
#is_default_in ⇒ Object
Returns the value of attribute is_default_in.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
-
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
Attributes inherited from KalturaDistributionProviderBaseFilter
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
1065 1066 1067 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1065 def created_at_greater_than_or_equal @created_at_greater_than_or_equal end |
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
1066 1067 1068 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1066 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
1063 1064 1065 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1063 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
1064 1065 1066 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1064 def id_in @id_in end |
#is_default_equal ⇒ Object
Returns the value of attribute is_default_equal.
1071 1072 1073 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1071 def is_default_equal @is_default_equal end |
#is_default_in ⇒ Object
Returns the value of attribute is_default_in.
1072 1073 1074 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1072 def is_default_in @is_default_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
1069 1070 1071 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1069 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
1070 1071 1072 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1070 def partner_id_in @partner_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
1073 1074 1075 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1073 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
1074 1075 1076 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1074 def status_in @status_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
1067 1068 1069 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1067 def updated_at_greater_than_or_equal @updated_at_greater_than_or_equal end |
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
1068 1069 1070 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1068 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |