Method: MergeATSClient::Configuration#params_encoding

Defined in:
lib/merge_ats_client/configuration.rb

#params_encodingObject

Set this to customize parameters encoding of array parameter with multi collectionFormat. Default to nil.

github.com/typhoeus/ethon/blob/master/lib/ethon/easy/queryable.rb#L96

See Also:

  • params_encoding option of Ethon. Related source code:


134
135
136
# File 'lib/merge_ats_client/configuration.rb', line 134

def params_encoding
  @params_encoding
end