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

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

Overview

Handle 'not_projects.ids' search url param

Instance Attribute Summary

Attributes inherited from SimpleParam

#key, #values

Instance Method Summary collapse

Methods inherited from SimpleParam

#convert_from_projects_and_sections, #initialize, #parse_projects_and_sections, #single_value

Constructor Details

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

Instance Method Details

#convertArray<String>

Returns:

  • (Array<String>)


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

def convert
  convert_from_projects_and_sections('not')
end