Class: Faraday::Utils::ParamsHash

Inherits:
Object
  • Object
show all
Defined in:
lib/tent-client/faraday/utils.rb

Instance Method Summary collapse

Instance Method Details

#to_queryObject



4
5
6
7
# File 'lib/tent-client/faraday/utils.rb', line 4

def to_query
  # Build params normally (e.g. a=1&a=2 rather than a[]=1&a[]=2)
  Utils.build_query(self)
end