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

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

Overview

base class for handling different types of search url params

Instance Method Summary collapse

Constructor Details

#initialize(key:, values:) ⇒ SimpleParam



16
17
18
19
# File 'lib/checkoff/internal/search_url/simple_param_converter.rb', line 16

def initialize(key:, values:)
  @key = key
  @values = values
end