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

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.