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
-
.array_indices ⇒ Object
Returns the value of attribute array_indices.
-
.sort_params ⇒ Object
Returns the value of attribute sort_params.
Method Summary
Methods included from EncodeMethods
Methods included from DecodeMethods
Class Attribute Details
.array_indices ⇒ Object
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_params ⇒ Object
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 |