Acme::Chef::Ingredient - Internal module used by Acme::Chef


NAME

Acme::Chef::Ingredient - Internal module used by Acme::Chef


SYNOPSIS

  use Acme::Chef;


DESCRIPTION

Please see the Acme::Chef manpage;

METHODS

This is a list of methods in the package.

new
Acme::Chef::Ingredient constructor. Takes key/value pairs as argument which will be used as attributes. The following attributes are currently required:
  name
  value
  measure
  measure_type

type
Returns the type of the Ingredient.

determine_type
Also returns the type if the Ingredient, but forces a fresh run of the type inferer.

value
Mutator for the Ingredient's value.

liquify
Sets the type of the Ingredient to be liquid.


AUTHOR

Steffen Mueller.

Chef designed by David Morgan-Mar.


COPYRIGHT

Copyright (c) 2002-2005 Steffen Mueller. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Author can be reached at chef-module at steffen-mueller dot net

 Acme::Chef::Ingredient - Internal module used by Acme::Chef