Class: Kaltura::KalturaUserFilter

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

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#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.



2495
2496
2497
# File 'lib/kaltura_client.rb', line 2495

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.



2496
2497
2498
# File 'lib/kaltura_client.rb', line 2496

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#email_likeObject

Returns the value of attribute email_like.



2491
2492
2493
# File 'lib/kaltura_client.rb', line 2491

def email_like
  @email_like
end

#email_starts_withObject

Returns the value of attribute email_starts_with.



2492
2493
2494
# File 'lib/kaltura_client.rb', line 2492

def email_starts_with
  @email_starts_with
end

#id_equalObject

Returns the value of attribute id_equal.



2486
2487
2488
# File 'lib/kaltura_client.rb', line 2486

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



2487
2488
2489
# File 'lib/kaltura_client.rb', line 2487

def id_in
  @id_in
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



2488
2489
2490
# File 'lib/kaltura_client.rb', line 2488

def partner_id_equal
  @partner_id_equal
end

#screen_name_likeObject

Returns the value of attribute screen_name_like.



2489
2490
2491
# File 'lib/kaltura_client.rb', line 2489

def screen_name_like
  @screen_name_like
end

#screen_name_starts_withObject

Returns the value of attribute screen_name_starts_with.



2490
2491
2492
# File 'lib/kaltura_client.rb', line 2490

def screen_name_starts_with
  @screen_name_starts_with
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



2494
2495
2496
# File 'lib/kaltura_client.rb', line 2494

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



2493
2494
2495
# File 'lib/kaltura_client.rb', line 2493

def tags_multi_like_or
  @tags_multi_like_or
end