NAME

App::Koyomi::DataSource::Semaphore::Teng::Data - Wrapper class to represents a record of semaphore datasource

SYNOPSIS

use App::Koyomi::DataSource::Semaphore::Teng::Data;
my $data = App::Koyomi::DataSource::Semaphore::Teng::Data->new(
    row => $row, # Teng::Row
    ctx => $ctx, # App::Koyomi::Context
);

DESCRIPTION

Wrapper class of Teng::Row for semaphore datasource.

SEE ALSO

App::Koyomi::DataSource::Semaphore::Teng, 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.