Class: Kaltura::KalturaUserRoleBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaUserRoleBaseFilter
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
-
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
-
#description_like ⇒ Object
Returns the value of attribute description_like.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#name_equal ⇒ Object
Returns the value of attribute name_equal.
-
#name_in ⇒ Object
Returns the value of attribute name_in.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
-
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
-
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
-
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
-
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
-
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
8129 8130 8131 |
# File 'lib/kaltura_client.rb', line 8129 def created_at_greater_than_or_equal @created_at_greater_than_or_equal end |
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
8130 8131 8132 |
# File 'lib/kaltura_client.rb', line 8130 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#description_like ⇒ Object
Returns the value of attribute description_like.
8122 8123 8124 |
# File 'lib/kaltura_client.rb', line 8122 def description_like @description_like end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
8116 8117 8118 |
# File 'lib/kaltura_client.rb', line 8116 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
8117 8118 8119 |
# File 'lib/kaltura_client.rb', line 8117 def id_in @id_in end |
#name_equal ⇒ Object
Returns the value of attribute name_equal.
8118 8119 8120 |
# File 'lib/kaltura_client.rb', line 8118 def name_equal @name_equal end |
#name_in ⇒ Object
Returns the value of attribute name_in.
8119 8120 8121 |
# File 'lib/kaltura_client.rb', line 8119 def name_in @name_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
8125 8126 8127 |
# File 'lib/kaltura_client.rb', line 8125 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
8126 8127 8128 |
# File 'lib/kaltura_client.rb', line 8126 def partner_id_in @partner_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
8123 8124 8125 |
# File 'lib/kaltura_client.rb', line 8123 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
8124 8125 8126 |
# File 'lib/kaltura_client.rb', line 8124 def status_in @status_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
8120 8121 8122 |
# File 'lib/kaltura_client.rb', line 8120 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
8121 8122 8123 |
# File 'lib/kaltura_client.rb', line 8121 def system_name_in @system_name_in end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
8128 8129 8130 |
# File 'lib/kaltura_client.rb', line 8128 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
8127 8128 8129 |
# File 'lib/kaltura_client.rb', line 8127 def @tags_multi_like_or end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
8131 8132 8133 |
# File 'lib/kaltura_client.rb', line 8131 def updated_at_greater_than_or_equal @updated_at_greater_than_or_equal end |
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
8132 8133 8134 |
# File 'lib/kaltura_client.rb', line 8132 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |