Class: Kaltura::KalturaDropFolderFileBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaDropFolderFileBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_drop_folder_client_plugin.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.
-
#deleted_drop_folder_file_id_equal ⇒ Object
Returns the value of attribute deleted_drop_folder_file_id_equal.
-
#drop_folder_id_equal ⇒ Object
Returns the value of attribute drop_folder_id_equal.
-
#drop_folder_id_in ⇒ Object
Returns the value of attribute drop_folder_id_in.
-
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
-
#error_code_equal ⇒ Object
Returns the value of attribute error_code_equal.
-
#error_code_in ⇒ Object
Returns the value of attribute error_code_in.
-
#file_name_equal ⇒ Object
Returns the value of attribute file_name_equal.
-
#file_name_in ⇒ Object
Returns the value of attribute file_name_in.
-
#file_name_like ⇒ Object
Returns the value of attribute file_name_like.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#lead_drop_folder_file_id_equal ⇒ Object
Returns the value of attribute lead_drop_folder_file_id_equal.
-
#parsed_flavor_equal ⇒ Object
Returns the value of attribute parsed_flavor_equal.
-
#parsed_flavor_in ⇒ Object
Returns the value of attribute parsed_flavor_in.
-
#parsed_flavor_like ⇒ Object
Returns the value of attribute parsed_flavor_like.
-
#parsed_slug_equal ⇒ Object
Returns the value of attribute parsed_slug_equal.
-
#parsed_slug_in ⇒ Object
Returns the value of attribute parsed_slug_in.
-
#parsed_slug_like ⇒ Object
Returns the value of attribute parsed_slug_like.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
-
#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.
479 480 481 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 479 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.
480 481 482 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 480 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#deleted_drop_folder_file_id_equal ⇒ Object
Returns the value of attribute deleted_drop_folder_file_id_equal.
475 476 477 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 475 def deleted_drop_folder_file_id_equal @deleted_drop_folder_file_id_equal end |
#drop_folder_id_equal ⇒ Object
Returns the value of attribute drop_folder_id_equal.
460 461 462 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 460 def drop_folder_id_equal @drop_folder_id_equal end |
#drop_folder_id_in ⇒ Object
Returns the value of attribute drop_folder_id_in.
461 462 463 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 461 def drop_folder_id_in @drop_folder_id_in end |
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
476 477 478 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 476 def entry_id_equal @entry_id_equal end |
#error_code_equal ⇒ Object
Returns the value of attribute error_code_equal.
477 478 479 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 477 def error_code_equal @error_code_equal end |
#error_code_in ⇒ Object
Returns the value of attribute error_code_in.
478 479 480 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 478 def error_code_in @error_code_in end |
#file_name_equal ⇒ Object
Returns the value of attribute file_name_equal.
462 463 464 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 462 def file_name_equal @file_name_equal end |
#file_name_in ⇒ Object
Returns the value of attribute file_name_in.
463 464 465 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 463 def file_name_in @file_name_in end |
#file_name_like ⇒ Object
Returns the value of attribute file_name_like.
464 465 466 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 464 def file_name_like @file_name_like end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
456 457 458 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 456 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
457 458 459 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 457 def id_in @id_in end |
#lead_drop_folder_file_id_equal ⇒ Object
Returns the value of attribute lead_drop_folder_file_id_equal.
474 475 476 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 474 def lead_drop_folder_file_id_equal @lead_drop_folder_file_id_equal end |
#parsed_flavor_equal ⇒ Object
Returns the value of attribute parsed_flavor_equal.
471 472 473 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 471 def parsed_flavor_equal @parsed_flavor_equal end |
#parsed_flavor_in ⇒ Object
Returns the value of attribute parsed_flavor_in.
472 473 474 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 472 def parsed_flavor_in @parsed_flavor_in end |
#parsed_flavor_like ⇒ Object
Returns the value of attribute parsed_flavor_like.
473 474 475 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 473 def parsed_flavor_like @parsed_flavor_like end |
#parsed_slug_equal ⇒ Object
Returns the value of attribute parsed_slug_equal.
468 469 470 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 468 def parsed_slug_equal @parsed_slug_equal end |
#parsed_slug_in ⇒ Object
Returns the value of attribute parsed_slug_in.
469 470 471 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 469 def parsed_slug_in @parsed_slug_in end |
#parsed_slug_like ⇒ Object
Returns the value of attribute parsed_slug_like.
470 471 472 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 470 def parsed_slug_like @parsed_slug_like end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
458 459 460 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 458 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
459 460 461 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 459 def partner_id_in @partner_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
465 466 467 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 465 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
466 467 468 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 466 def status_in @status_in end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
467 468 469 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 467 def status_not_in @status_not_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
481 482 483 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 481 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.
482 483 484 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 482 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |