NAME
WebService::GialloZafferano::Recipe - Represent a recipe of GialloZafferano.it website
SYNOPSIS
my $Recipe = WebService::GialloZafferano::Recipe->new();
DESCRIPTION
WebService::GialloZafferano::Recipe represent a Recipe of the site GialloZafferano.it .
ATTRIBUTES
- title
-
$Recipe->title() #gets the title of the recipe $Recipe->title("Spaghetti allo Scoglio") #sets the title of the recipe
returns undef on error
- url
-
$Recipe->url() #gets the of the recipe $Recipe->url("http://...") #sets the url
returns undef on error
METHODS
- text
-
$Recipe->text() #gets the text of the recipe
returns undef on error
- ingredients
-
$Recipe->ingredients() #gets the ingredients of the recipe
It returns an array of WebService::GialloZafferano::Ingredients. 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::Ingredient