NAME

WebService::GialloZafferano::Ingredient - It represent the Ingredient of a WebService::GialloZafferano::Recipe

SYNOPSIS

my $Ingredient = WebService::GialloZafferano::Ingredient->new();

DESCRIPTION

WebService::GialloZafferano::Ingredient represent an Ingredient of a WebService::GialloZafferano::Recipe to the site GialloZafferano.it .

ATTRIBUTES

name
$Ingredient->name() #gets the name of the ingredient
$Ingredient->name("Sugar") #sets the name

returns undef on error

quantity
$Ingredient->quantity() #gets the quantity of the ingredient
$Ingredient->quantity("q.b.") #sets the quantity

returns undef on error

AUTHOR

mudler <mudler@dark-lab.net>

COPYRIGHT

Copyright 2014 mudler

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

WebService::GialloZafferano, WebService::GialloZafferano::Recipe