Class: KalturaApi::KalturaGenericDistributionProviderBaseFilter

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

Instance Attribute Summary collapse

Attributes inherited from KalturaDistributionProviderBaseFilter

#type_equal, #type_in

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.



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_equalObject

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_equalObject

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_inObject

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_equalObject

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_inObject

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_equalObject

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_inObject

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_equalObject

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_inObject

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_equalObject

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_equalObject

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