Meal Plan Models
Classes for representing meal plans, meal plan sections, and recipes.
MealPlanItem
MealPlanSection
MealPlanSection(response)
Bases: DataModel
row_created_timestamp
property
MealPlanItemType
MealPlanItemType
Bases: str, Enum
NOTE = 'note'
class-attribute
instance-attribute
PRODUCT = 'product'
class-attribute
instance-attribute
RECIPE = 'recipe'
class-attribute
instance-attribute
RecipeItem
RecipeItem(response)
Bases: DataModel
desired_servings
property
picture_file_name
property
get_picture_url_path(width=400)