Class: Faraday::Utils::ParamsHash

Inherits:
Object
  • Object
show all
Defined in:
lib/ext/faraday/utils.rb

Instance Method Summary collapse

Instance Method Details

#to_queryObject



16
17
18
# File 'lib/ext/faraday/utils.rb', line 16

def to_query
  Utils.build_nested_query(self)
end