Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
App::vaporcalc::RecipeResultSet - An e-liquid recipe and result pair
SYNOPSIS
my $rset = App::vaporcalc::RecipeResultSet->new(
recipe => +{
# See App::vaporcalc::Recipe
},
);
DESCRIPTION
An instance of this class couples an App::vaporcalc::Recipe with its calculated App::vaporcalc::Result.
ATTRIBUTES
recipe
The App::vaporcalc::Recipe we are calculating.
Can be coerced from a HASH
of App::vaporcalc::Recipe constructor options.
result
Automatically created from the current "recipe" object.
CONSUMES
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>