food.meat.Beef¶
- class food.meat.Beef(name='Beef', animal='cow')¶
Beef meat class
- __init__(name='Beef', animal='cow')¶
Initialize a Beef instance.
- Parameters:
name (str) – The name of the meat. Default is “Beef”.
animal (str) – The animal from which the meat is sourced. Default is “cow”.
Methods
__init__([name, animal])Initialize a Beef instance.
cook_steak([size])Cook a steak of a given size.
describe()Return a description of the meat.