Class: Kaltura::KalturaPermissionBaseFilter

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

Direct Known Subclasses

KalturaPermissionFilter

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.



7803
7804
7805
# File 'lib/kaltura_client.rb', line 7803

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.



7804
7805
7806
# File 'lib/kaltura_client.rb', line 7804

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#depends_on_permission_names_multi_like_andObject

Returns the value of attribute depends_on_permission_names_multi_like_and.



7800
7801
7802
# File 'lib/kaltura_client.rb', line 7800

def depends_on_permission_names_multi_like_and
  @depends_on_permission_names_multi_like_and
end

#depends_on_permission_names_multi_like_orObject

Returns the value of attribute depends_on_permission_names_multi_like_or.



7799
7800
7801
# File 'lib/kaltura_client.rb', line 7799

def depends_on_permission_names_multi_like_or
  @depends_on_permission_names_multi_like_or
end

#description_likeObject

Returns the value of attribute description_like.



7794
7795
7796
# File 'lib/kaltura_client.rb', line 7794

def description_like
  @description_like
end

#friendly_name_likeObject

Returns the value of attribute friendly_name_like.



7793
7794
7795
# File 'lib/kaltura_client.rb', line 7793

def friendly_name_like
  @friendly_name_like
end

#id_equalObject

Returns the value of attribute id_equal.



7787
7788
7789
# File 'lib/kaltura_client.rb', line 7787

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



7788
7789
7790
# File 'lib/kaltura_client.rb', line 7788

def id_in
  @id_in
end

#name_equalObject

Returns the value of attribute name_equal.



7791
7792
7793
# File 'lib/kaltura_client.rb', line 7791

def name_equal
  @name_equal
end

#name_inObject

Returns the value of attribute name_in.



7792
7793
7794
# File 'lib/kaltura_client.rb', line 7792

def name_in
  @name_in
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



7797
7798
7799
# File 'lib/kaltura_client.rb', line 7797

def partner_id_equal
  @partner_id_equal
end

#partner_id_inObject

Returns the value of attribute partner_id_in.



7798
7799
7800
# File 'lib/kaltura_client.rb', line 7798

def partner_id_in
  @partner_id_in
end

#status_equalObject

Returns the value of attribute status_equal.



7795
7796
7797
# File 'lib/kaltura_client.rb', line 7795

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



7796
7797
7798
# File 'lib/kaltura_client.rb', line 7796

def status_in
  @status_in
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



7802
7803
7804
# File 'lib/kaltura_client.rb', line 7802

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



7801
7802
7803
# File 'lib/kaltura_client.rb', line 7801

def tags_multi_like_or
  @tags_multi_like_or
end

#type_equalObject

Returns the value of attribute type_equal.



7789
7790
7791
# File 'lib/kaltura_client.rb', line 7789

def type_equal
  @type_equal
end

#type_inObject

Returns the value of attribute type_in.



7790
7791
7792
# File 'lib/kaltura_client.rb', line 7790

def type_in
  @type_in
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



7805
7806
7807
# File 'lib/kaltura_client.rb', line 7805

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.



7806
7807
7808
# File 'lib/kaltura_client.rb', line 7806

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end