Class: Kaltura::KalturaGenericDistributionProviderActionBaseFilter

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

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

#action_equalObject

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_inObject

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_equalObject

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_equalObject

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_equalObject

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_inObject

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_equalObject

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_inObject

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_equalObject

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_equalObject

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