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::JobTime - Wrapper class for job_times datasource

SYNOPSIS

    use App::Koyomi::DataSource::Job::Teng::JobTime;
    my $job_time = App::Koyomi::DataSource::Job::Teng::JobTime->new(
        row => $row, # Teng::Row (`job_times` table)
    );

DESCRIPTION

Wrapper class for job_times datasource.

SEE ALSO

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

AUTHORS

IKEDA Kiyoshi <progrhyme@gmail.com>

LICENSE

Copyright (C) 2015-2017 IKEDA 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.