Class: Kaltura::KalturaDistributionProfileBaseFilter

Inherits:
KalturaFilter show all
Defined in:
lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb

Direct Known Subclasses

KalturaDistributionProfileFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_at_greater_than_or_equalObject

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_equalObject

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_equalObject

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_inObject

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_equalObject

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_inObject

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_equalObject

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_equalObject

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