Class: Checkoff::Internal::SearchUrl::SimpleParam::SimpleParam
- Inherits:
-
Object
- Object
- Checkoff::Internal::SearchUrl::SimpleParam::SimpleParam
- Defined in:
- lib/checkoff/internal/search_url/simple_param_converter.rb
Overview
base class for handling different types of search url params
Direct Known Subclasses
AllTagsIds, AnyProjectsIds, AnyTagsIds, Approval, Completion, LocatedIn, Milestone, NotProjectsIds, NotTagsIds, PortfoliosIds, SearchedType, Sort, Subtask
Instance Method Summary collapse
-
#initialize(key:, values:) ⇒ SimpleParam
constructor
A new instance of SimpleParam.
Constructor Details
#initialize(key:, values:) ⇒ SimpleParam
Returns a new instance of SimpleParam.
17 18 19 20 |
# File 'lib/checkoff/internal/search_url/simple_param_converter.rb', line 17 def initialize(key:, values:) @key = key @values = values end |