shallow copying req->params
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / Image.pm
index a531e50..dd974e0 100644 (file)
@@ -13,3 +13,36 @@ __PACKAGE__->meta->make_immutable;
 1;
 
 __END__;
+
+
+=head1 NAME
+
+Reaction::UI::ViewPort::Image
+
+=head1 DESCRIPTION
+
+A Viewport to display an image.
+
+=head1 ATTRIBUTES
+
+=head2 uri
+
+Required URI object pointing to the image to be displayed.
+
+=head2 width
+
+Optional width in pixels.
+
+=head2 height
+
+Optional height in pixels.
+
+=head1 AUTHORS
+
+See L<Reaction::Class> for authors.
+
+=head1 LICENSE
+
+See L<Reaction::Class> for the license.
+
+=cut