NAME
Daje::Workflow::Database::Model::Context
SYNOPSIS
use Daje::Workflow::Database::Model::Context;
my $context_obj = Daje::Workflow::Database::Model::Context->new(
       db              => $db,
       workflow_pkey   => $workflow_pkey
       context_pkey    => $context_pkey,
       context         => $context,
   );
   my $context = $context_obj->load_fk($self)
   my $context = $context_obj->load_pk($self)
   my $context_pkey = $context_obj->save($self, $context)
REQUIRES
Mojo::Base>
DBD::Pg
METHODS
load_fk($self)
load_pk($self)
save($self, $context)
AUTHOR
janeskil1525 <janeskil1525@gmail.com>
LICENSE
Copyright (C) janeskil1525.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.