IndifferentAccess v0.1.3 API Reference
Modules
Transforms a map into a struct or map supporting indifferent access.
The Core Application Service.
This struct has two behaviors, the default where any map returned from its Access methods
will also be a Params struct, or if strategy: :static
is passed as an option, it will only set the top level
params as a struct and any returned values will be unchanged.
Several modes of indifferent access can be configured via the opts passed in to a pipeline plug.