Apicult.Result (Apicult v0.2.0) View Source
Link to this section Summary
Types
A field in a result
A result definition in a an apicult. It looks like json except you can have ...
in an object mention there are additional fields (the rest)
Functions
Generate a struct corresponding to a result definition.
Parse a string as a result definition.
Populates a struct from a map, using a result definition.
Link to this section Types
Specs
A field in a result
The value may be:
Specs
A result definition in a an apicult. It looks like json except you can have ...
in an object mention there are additional fields (the rest)
Link to this section Functions
Generate a struct corresponding to a result definition.
Specs
Parse a string as a result definition.
Populates a struct from a map, using a result definition.
This method is called by from_map/1
in the struct generated by generate_struct/2
.