aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/ViewPort/Data.pm
blob: affb85691bfcf672f986313e3ab2e764b3c31aff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package Reaction::UI::ViewPort::Data;

use Reaction::Class;
extends 'Reaction::UI::ViewPort';

use namespace::clean -except => [qw(meta)];

has args => ( isa => 'HashRef', is => 'ro', default => sub{{}} );

1;