ExKcal.Product (ExKcal v0.0.3)

Link to this section Summary

Link to this section Types

Specs

t() :: %ExKcal.Product{
  alcohols: ExKcal.Alcohols.t(),
  brand: String.t(),
  carbs: ExKcal.Carbs.t(),
  description: String.t(),
  fats: ExKcal.Fats.t(),
  kcal: integer(),
  minerals: ExKcal.Minerals.t(),
  name: String.t(),
  note: String.t(),
  origin: [String.t()],
  produced: [String.t()],
  producer: String.t(),
  proteins: non_neg_integer(),
  salt: non_neg_integer(),
  vitamins: ExKcal.Vitamins.t(),
  volume: non_neg_integer(),
  weigth: non_neg_integer()
}