Class: Kaltura::KalturaControlPanelCommandFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaControlPanelCommandFilter
- Defined in:
- lib/kaltura_client.rb
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.
3206 3207 3208 |
# File 'lib/kaltura_client.rb', line 3206 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.
3207 3208 3209 |
# File 'lib/kaltura_client.rb', line 3207 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.
3208 3209 3210 |
# File 'lib/kaltura_client.rb', line 3208 def created_by_id_equal @created_by_id_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
3204 3205 3206 |
# File 'lib/kaltura_client.rb', line 3204 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
3205 3206 3207 |
# File 'lib/kaltura_client.rb', line 3205 def id_in @id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
3213 3214 3215 |
# File 'lib/kaltura_client.rb', line 3213 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
3214 3215 3216 |
# File 'lib/kaltura_client.rb', line 3214 def status_in @status_in end |
#target_type_equal ⇒ Object
Returns the value of attribute target_type_equal.
3211 3212 3213 |
# File 'lib/kaltura_client.rb', line 3211 def target_type_equal @target_type_equal end |
#target_type_in ⇒ Object
Returns the value of attribute target_type_in.
3212 3213 3214 |
# File 'lib/kaltura_client.rb', line 3212 def target_type_in @target_type_in end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
3209 3210 3211 |
# File 'lib/kaltura_client.rb', line 3209 def type_equal @type_equal end |
#type_in ⇒ Object
Returns the value of attribute type_in.
3210 3211 3212 |
# File 'lib/kaltura_client.rb', line 3210 def type_in @type_in end |