Class: Kaltura::KalturaWidgetBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaWidgetBaseFilter
- 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.
-
#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 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.
8165 8166 8167 |
# File 'lib/kaltura_client.rb', line 8165 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.
8166 8167 8168 |
# File 'lib/kaltura_client.rb', line 8166 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.
8163 8164 8165 |
# File 'lib/kaltura_client.rb', line 8163 def entry_id_equal @entry_id_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
8158 8159 8160 |
# File 'lib/kaltura_client.rb', line 8158 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
8159 8160 8161 |
# File 'lib/kaltura_client.rb', line 8159 def id_in @id_in end |
#partner_data_like ⇒ Object
Returns the value of attribute partner_data_like.
8169 8170 8171 |
# File 'lib/kaltura_client.rb', line 8169 def partner_data_like @partner_data_like end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
8162 8163 8164 |
# File 'lib/kaltura_client.rb', line 8162 def partner_id_equal @partner_id_equal end |
#root_widget_id_equal ⇒ Object
Returns the value of attribute root_widget_id_equal.
8161 8162 8163 |
# File 'lib/kaltura_client.rb', line 8161 def @root_widget_id_equal end |
#source_widget_id_equal ⇒ Object
Returns the value of attribute source_widget_id_equal.
8160 8161 8162 |
# File 'lib/kaltura_client.rb', line 8160 def @source_widget_id_equal end |
#ui_conf_id_equal ⇒ Object
Returns the value of attribute ui_conf_id_equal.
8164 8165 8166 |
# File 'lib/kaltura_client.rb', line 8164 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.
8167 8168 8169 |
# File 'lib/kaltura_client.rb', line 8167 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.
8168 8169 8170 |
# File 'lib/kaltura_client.rb', line 8168 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |