Class: Kaltura::KalturaDistributionProfileBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaDistributionProfileBaseFilter
- 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.
-
#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 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.
797 798 799 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 797 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.
798 799 800 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 798 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
795 796 797 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 795 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
796 797 798 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 796 def id_in @id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
801 802 803 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 801 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
802 803 804 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 802 def status_in @status_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
799 800 801 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 799 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.
800 801 802 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 800 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |