Class: Kaltura::Filter::ControlPanelCommandFilter
- Inherits:
-
BaseFilter
- Object
- ObjectBase
- BaseFilter
- Kaltura::Filter::ControlPanelCommandFilter
- Defined in:
- lib/kaltura/filter/control_panel_command_filter.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 BaseFilter
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
6 7 8 |
# File 'lib/kaltura/filter/control_panel_command_filter.rb', line 6 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.
7 8 9 |
# File 'lib/kaltura/filter/control_panel_command_filter.rb', line 7 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.
8 9 10 |
# File 'lib/kaltura/filter/control_panel_command_filter.rb', line 8 def created_by_id_equal @created_by_id_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
4 5 6 |
# File 'lib/kaltura/filter/control_panel_command_filter.rb', line 4 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
5 6 7 |
# File 'lib/kaltura/filter/control_panel_command_filter.rb', line 5 def id_in @id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
13 14 15 |
# File 'lib/kaltura/filter/control_panel_command_filter.rb', line 13 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
14 15 16 |
# File 'lib/kaltura/filter/control_panel_command_filter.rb', line 14 def status_in @status_in end |
#target_type_equal ⇒ Object
Returns the value of attribute target_type_equal.
11 12 13 |
# File 'lib/kaltura/filter/control_panel_command_filter.rb', line 11 def target_type_equal @target_type_equal end |
#target_type_in ⇒ Object
Returns the value of attribute target_type_in.
12 13 14 |
# File 'lib/kaltura/filter/control_panel_command_filter.rb', line 12 def target_type_in @target_type_in end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
9 10 11 |
# File 'lib/kaltura/filter/control_panel_command_filter.rb', line 9 def type_equal @type_equal end |
#type_in ⇒ Object
Returns the value of attribute type_in.
10 11 12 |
# File 'lib/kaltura/filter/control_panel_command_filter.rb', line 10 def type_in @type_in end |