Class: Kaltura::KalturaPermissionItemBaseFilter

Inherits:
KalturaFilter show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaPermissionItemFilter

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.



7843
7844
7845
# File 'lib/kaltura_client.rb', line 7843

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.



7844
7845
7846
# File 'lib/kaltura_client.rb', line 7844

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#id_equalObject

Returns the value of attribute id_equal.



7835
7836
7837
# File 'lib/kaltura_client.rb', line 7835

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



7836
7837
7838
# File 'lib/kaltura_client.rb', line 7836

def id_in
  @id_in
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



7839
7840
7841
# File 'lib/kaltura_client.rb', line 7839

def partner_id_equal
  @partner_id_equal
end

#partner_id_inObject

Returns the value of attribute partner_id_in.



7840
7841
7842
# File 'lib/kaltura_client.rb', line 7840

def partner_id_in
  @partner_id_in
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



7842
7843
7844
# File 'lib/kaltura_client.rb', line 7842

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



7841
7842
7843
# File 'lib/kaltura_client.rb', line 7841

def tags_multi_like_or
  @tags_multi_like_or
end

#type_equalObject

Returns the value of attribute type_equal.



7837
7838
7839
# File 'lib/kaltura_client.rb', line 7837

def type_equal
  @type_equal
end

#type_inObject

Returns the value of attribute type_in.



7838
7839
7840
# File 'lib/kaltura_client.rb', line 7838

def type_in
  @type_in
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



7845
7846
7847
# File 'lib/kaltura_client.rb', line 7845

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.



7846
7847
7848
# File 'lib/kaltura_client.rb', line 7846

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end