Class: Kaltura::KalturaControlPanelCommandBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaControlPanelCommandBaseFilter
- 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.
-
#created_by_id_equal ⇒ Object
Returns the value of attribute created_by_id_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#target_type_equal ⇒ Object
Returns the value of attribute target_type_equal.
-
#target_type_in ⇒ Object
Returns the value of attribute target_type_in.
-
#type_equal ⇒ Object
Returns the value of attribute type_equal.
-
#type_in ⇒ Object
Returns the value of attribute type_in.
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.
7051 7052 7053 |
# File 'lib/kaltura_client.rb', line 7051 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.
7052 7053 7054 |
# File 'lib/kaltura_client.rb', line 7052 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#created_by_id_equal ⇒ Object
Returns the value of attribute created_by_id_equal.
7053 7054 7055 |
# File 'lib/kaltura_client.rb', line 7053 def created_by_id_equal @created_by_id_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
7049 7050 7051 |
# File 'lib/kaltura_client.rb', line 7049 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
7050 7051 7052 |
# File 'lib/kaltura_client.rb', line 7050 def id_in @id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
7058 7059 7060 |
# File 'lib/kaltura_client.rb', line 7058 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
7059 7060 7061 |
# File 'lib/kaltura_client.rb', line 7059 def status_in @status_in end |
#target_type_equal ⇒ Object
Returns the value of attribute target_type_equal.
7056 7057 7058 |
# File 'lib/kaltura_client.rb', line 7056 def target_type_equal @target_type_equal end |
#target_type_in ⇒ Object
Returns the value of attribute target_type_in.
7057 7058 7059 |
# File 'lib/kaltura_client.rb', line 7057 def target_type_in @target_type_in end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
7054 7055 7056 |
# File 'lib/kaltura_client.rb', line 7054 def type_equal @type_equal end |
#type_in ⇒ Object
Returns the value of attribute type_in.
7055 7056 7057 |
# File 'lib/kaltura_client.rb', line 7055 def type_in @type_in end |