Class: Kaltura::KalturaAccessControlProfileBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaAccessControlProfileBaseFilter
- 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.
-
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
-
#system_name_in ⇒ Object
Returns the value of attribute system_name_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.
6194 6195 6196 |
# File 'lib/kaltura_client.rb', line 6194 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.
6195 6196 6197 |
# File 'lib/kaltura_client.rb', line 6195 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
6190 6191 6192 |
# File 'lib/kaltura_client.rb', line 6190 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
6191 6192 6193 |
# File 'lib/kaltura_client.rb', line 6191 def id_in @id_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
6192 6193 6194 |
# File 'lib/kaltura_client.rb', line 6192 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
6193 6194 6195 |
# File 'lib/kaltura_client.rb', line 6193 def system_name_in @system_name_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
6196 6197 6198 |
# File 'lib/kaltura_client.rb', line 6196 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.
6197 6198 6199 |
# File 'lib/kaltura_client.rb', line 6197 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |