The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>