Class: Kaltura::KalturaPermissionItemBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaPermissionItemBaseFilter
- 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.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_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.
-
#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.
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_equal ⇒ Object
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_equal ⇒ Object
Returns the value of attribute id_equal.
7835 7836 7837 |
# File 'lib/kaltura_client.rb', line 7835 def id_equal @id_equal end |
#id_in ⇒ Object
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_equal ⇒ Object
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_in ⇒ Object
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_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
7842 7843 7844 |
# File 'lib/kaltura_client.rb', line 7842 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
7841 7842 7843 |
# File 'lib/kaltura_client.rb', line 7841 def @tags_multi_like_or end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
7837 7838 7839 |
# File 'lib/kaltura_client.rb', line 7837 def type_equal @type_equal end |
#type_in ⇒ Object
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_equal ⇒ Object
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_equal ⇒ Object
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 |