Class: Kaltura::KalturaWidgetFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaWidgetFilter
- 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.
-
#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.
2560 2561 2562 |
# File 'lib/kaltura_client.rb', line 2560 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.
2561 2562 2563 |
# File 'lib/kaltura_client.rb', line 2561 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.
2558 2559 2560 |
# File 'lib/kaltura_client.rb', line 2558 def entry_id_equal @entry_id_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
2553 2554 2555 |
# File 'lib/kaltura_client.rb', line 2553 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
2554 2555 2556 |
# File 'lib/kaltura_client.rb', line 2554 def id_in @id_in end |
#partner_data_like ⇒ Object
Returns the value of attribute partner_data_like.
2564 2565 2566 |
# File 'lib/kaltura_client.rb', line 2564 def partner_data_like @partner_data_like end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
2557 2558 2559 |
# File 'lib/kaltura_client.rb', line 2557 def partner_id_equal @partner_id_equal end |
#root_widget_id_equal ⇒ Object
Returns the value of attribute root_widget_id_equal.
2556 2557 2558 |
# File 'lib/kaltura_client.rb', line 2556 def @root_widget_id_equal end |
#source_widget_id_equal ⇒ Object
Returns the value of attribute source_widget_id_equal.
2555 2556 2557 |
# File 'lib/kaltura_client.rb', line 2555 def @source_widget_id_equal end |
#ui_conf_id_equal ⇒ Object
Returns the value of attribute ui_conf_id_equal.
2559 2560 2561 |
# File 'lib/kaltura_client.rb', line 2559 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.
2562 2563 2564 |
# File 'lib/kaltura_client.rb', line 2562 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.
2563 2564 2565 |
# File 'lib/kaltura_client.rb', line 2563 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |