Class: Kaltura::Filter::WidgetFilter
- Inherits:
-
BaseFilter
- Object
- ObjectBase
- BaseFilter
- Kaltura::Filter::WidgetFilter
- Defined in:
- lib/kaltura/filter/widget_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.
-
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#partner_data_like ⇒ Object
Returns the value of attribute partner_data_like.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#root_widget_id_equal ⇒ Object
Returns the value of attribute root_widget_id_equal.
-
#source_widget_id_equal ⇒ Object
Returns the value of attribute source_widget_id_equal.
-
#ui_conf_id_equal ⇒ Object
Returns the value of attribute ui_conf_id_equal.
-
#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 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.
11 12 13 |
# File 'lib/kaltura/filter/widget_filter.rb', line 11 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.
12 13 14 |
# File 'lib/kaltura/filter/widget_filter.rb', line 12 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
9 10 11 |
# File 'lib/kaltura/filter/widget_filter.rb', line 9 def entry_id_equal @entry_id_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
4 5 6 |
# File 'lib/kaltura/filter/widget_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/widget_filter.rb', line 5 def id_in @id_in end |
#partner_data_like ⇒ Object
Returns the value of attribute partner_data_like.
15 16 17 |
# File 'lib/kaltura/filter/widget_filter.rb', line 15 def partner_data_like @partner_data_like end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
8 9 10 |
# File 'lib/kaltura/filter/widget_filter.rb', line 8 def partner_id_equal @partner_id_equal end |
#root_widget_id_equal ⇒ Object
Returns the value of attribute root_widget_id_equal.
7 8 9 |
# File 'lib/kaltura/filter/widget_filter.rb', line 7 def @root_widget_id_equal end |
#source_widget_id_equal ⇒ Object
Returns the value of attribute source_widget_id_equal.
6 7 8 |
# File 'lib/kaltura/filter/widget_filter.rb', line 6 def @source_widget_id_equal end |
#ui_conf_id_equal ⇒ Object
Returns the value of attribute ui_conf_id_equal.
10 11 12 |
# File 'lib/kaltura/filter/widget_filter.rb', line 10 def ui_conf_id_equal @ui_conf_id_equal end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
13 14 15 |
# File 'lib/kaltura/filter/widget_filter.rb', line 13 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.
14 15 16 |
# File 'lib/kaltura/filter/widget_filter.rb', line 14 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |