ExKcal.Recipe.Step (ExKcal v0.0.8)

ExKcal.Recipe step.

Link to this section Summary

Link to this section Types

Specs

t() :: %ExKcal.Recipe.Step{
  instructions: String.t(),
  notes: String.t(),
  products: ExKcal.Products.t(),
  time: ExKcal.Recipe.Time.t()
}

Link to this section Functions

Link to this function

new(instructions, time)

Specs

Construct new ExKcal.Recipe.Step instance.