Module: Faraday::NestedParamsEncoder

Extended by:
DecodeMethods, EncodeMethods, Forwardable
Defined in:
lib/faraday/encoders/nested_params_encoder.rb

Overview

This is the default encoder for Faraday requests. Using this encoder, parameters will be encoded respecting their structure, so you can send objects such as Arrays or Hashes as parameters for your requests.

Class Attribute Summary collapse

Method Summary

Methods included from EncodeMethods

encode

Methods included from DecodeMethods

decode

Class Attribute Details

.array_indicesObject

Returns the value of attribute array_indices.



170
171
172
# File 'lib/faraday/encoders/nested_params_encoder.rb', line 170

def array_indices
  @array_indices
end

.sort_paramsObject

Returns the value of attribute sort_params.



170
171
172
# File 'lib/faraday/encoders/nested_params_encoder.rb', line 170

def sort_params
  @sort_params
end