Class: Checkoff::Internal::SearchUrl::SimpleParam::AnyProjectsIds

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

Overview

Handle ‘any_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>)


84
85
86
# File 'lib/checkoff/internal/search_url/simple_param_converter.rb', line 84

def convert
  convert_from_projects_and_sections('any')
end