Sha256: 8f2a7b6706d14073cf3e3b55bb902798ce34e94021b583db199d47fc3a85b5db
Contents?: true
Size: 409 Bytes
Versions: 1
Compression:
Stored size: 409 Bytes
Contents
The ParamsArray class is used to represent an ordered list of [key, value] pairs. Use this when you need to include a key multiple times or want explicit control over parameter ordering. Most of the request payload & parameter functions normally accept a Hash of keys => values, which does not allow for duplicated keys. [See Also:] - RestMan::Utils.encode_query_string - RestMan::Utils.flatten_params
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rest-man-1.1.0 | _doc/lib/restman/params_array.rdoc |