CepPromise.Cep.__struct__

You're seeing just the function __struct__, go back to CepPromise.Cep module for more information.
Link to this function

%CepPromise.Cep{}

(struct)

build

Examples

iex> CepPromise.Cep.build("80020100", "PR", "Curitiba", "Praça Tiradentes", "Centro", "Service")
%CepPromise.Cep{
  cep: "80020100",
  city: "Curitiba",
  neighborhood: "Centro",
  state: "PR",
  street: "Praça Tiradentes"
}