ExKcal.Recipe.Step (ExKcal v0.0.8)
ExKcal.Recipe step.
Link to this section Summary
Functions
Construct new ExKcal.Recipe.Step instance.
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
new(String.t(), ExKcal.Recipe.Time.t()) :: t()
Construct new ExKcal.Recipe.Step instance.