Class: Checkoff::Internal::SearchUrl::SimpleParam::NotProjectsIds

Inherits:
SimpleParam
  • Object
show all
Defined in:
lib/checkoff/internal/search_url/simple_param_converter.rb

Overview

Handle ‘not_projects.ids’ search url param

Instance Method Summary collapse

Methods inherited from SimpleParam

#initialize

Constructor Details

This class inherits a constructor from Checkoff::Internal::SearchUrl::SimpleParam::SimpleParam

Instance Method Details

#convertArray<String>

Returns:

  • (Array<String>)


92
93
94
# File 'lib/checkoff/internal/search_url/simple_param_converter.rb', line 92

def convert
  convert_from_projects_and_sections('not')
end