Class: Kaltura::KalturaGenericDistributionProviderActionBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaGenericDistributionProviderActionBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#action_equal ⇒ Object
Returns the value of attribute action_equal.
-
#action_in ⇒ Object
Returns the value of attribute action_in.
-
#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.
-
#generic_distribution_provider_id_equal ⇒ Object
Returns the value of attribute generic_distribution_provider_id_equal.
-
#generic_distribution_provider_id_in ⇒ Object
Returns the value of attribute generic_distribution_provider_id_in.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_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 KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#action_equal ⇒ Object
Returns the value of attribute action_equal.
962 963 964 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 962 def action_equal @action_equal end |
#action_in ⇒ Object
Returns the value of attribute action_in.
963 964 965 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 963 def action_in @action_in end |
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
956 957 958 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 956 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.
957 958 959 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 957 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#generic_distribution_provider_id_equal ⇒ Object
Returns the value of attribute generic_distribution_provider_id_equal.
960 961 962 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 960 def generic_distribution_provider_id_equal @generic_distribution_provider_id_equal end |
#generic_distribution_provider_id_in ⇒ Object
Returns the value of attribute generic_distribution_provider_id_in.
961 962 963 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 961 def generic_distribution_provider_id_in @generic_distribution_provider_id_in end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
954 955 956 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 954 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
955 956 957 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 955 def id_in @id_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
958 959 960 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 958 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.
959 960 961 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 959 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |