The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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

App::vaporcalc::Role::Store

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>