IndifferentAccess v0.1.3 IndifferentAccess.Params View Source

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.

Link to this section Summary

Link to this section Functions

Link to this function

get(container, key, default \\ nil) View Source