Class: Kaltura::KalturaPermissionBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaPermissionBaseFilter
- 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.
-
#depends_on_permission_names_multi_like_and ⇒ Object
Returns the value of attribute depends_on_permission_names_multi_like_and.
-
#depends_on_permission_names_multi_like_or ⇒ Object
Returns the value of attribute depends_on_permission_names_multi_like_or.
-
#description_like ⇒ Object
Returns the value of attribute description_like.
-
#friendly_name_like ⇒ Object
Returns the value of attribute friendly_name_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.
-
#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.
-
#type_equal ⇒ Object
Returns the value of attribute type_equal.
-
#type_in ⇒ Object
Returns the value of attribute type_in.
-
#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.
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_equal ⇒ Object
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_and ⇒ Object
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 end |
#depends_on_permission_names_multi_like_or ⇒ Object
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 end |
#description_like ⇒ Object
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_like ⇒ Object
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_equal ⇒ Object
Returns the value of attribute id_equal.
7787 7788 7789 |
# File 'lib/kaltura_client.rb', line 7787 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
7788 7789 7790 |
# File 'lib/kaltura_client.rb', line 7788 def id_in @id_in end |
#name_equal ⇒ Object
Returns the value of attribute name_equal.
7791 7792 7793 |
# File 'lib/kaltura_client.rb', line 7791 def name_equal @name_equal end |
#name_in ⇒ Object
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_equal ⇒ Object
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_in ⇒ Object
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_equal ⇒ Object
Returns the value of attribute status_equal.
7795 7796 7797 |
# File 'lib/kaltura_client.rb', line 7795 def status_equal @status_equal end |
#status_in ⇒ Object
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_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
7802 7803 7804 |
# File 'lib/kaltura_client.rb', line 7802 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
7801 7802 7803 |
# File 'lib/kaltura_client.rb', line 7801 def @tags_multi_like_or end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
7789 7790 7791 |
# File 'lib/kaltura_client.rb', line 7789 def type_equal @type_equal end |
#type_in ⇒ Object
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_equal ⇒ Object
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_equal ⇒ Object
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 |