struct Laspatule::Models::CreateRecipe::CreateIngredient
- Laspatule::Models::CreateRecipe::CreateIngredient
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Laspatule::Models::Validation::Validate
Defined in:
laspatule/models/create_recipe_ingredient.crConstructors
Instance Method Summary
- #clone
- #copy_with(quantity _quantity = @quantity, ingredient_id _ingredient_id = @ingredient_id)
- #ingredient_id : Int32
- #quantity : String
Instance methods inherited from module Laspatule::Models::Validation::Validate
validate : Hash(String | UInt8, ValidationError)
validate
Constructor Detail
Instance Method Detail
def copy_with(quantity _quantity = @quantity, ingredient_id _ingredient_id = @ingredient_id)
#