The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Koyomi::DataSource::Job::Teng::Data - Wrapper class to represents a record of job datasource

SYNOPSIS

    use App::Koyomi::DataSource::Job::Teng::Data;
    my $data = App::Koyomi::DataSource::Job::Teng::Data->new(
        ctx   => $ctx,   # App::Koyomi::Context
        job   => $job,   # Teng::Row (`jobs` table)
        times => $times, # ArrayRef[Teng::Row] (`job_times` table)
    );

DESCRIPTION

Wrapper class of Teng::Row for job datasource.

SEE ALSO

App::Koyomi::DataSource::Job::Teng, Teng::Row

AUTHORS

YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>

LICENSE

Copyright (C) 2015 YASUTAKE Kiyoshi.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.