can download plant phenotype data in the same way as plot phenotype data
[sgn.git] / lib / SGN / SiteFeatures / CrossReference / WithPreviewImage.pm
blob1af6cf9395771765cbc4c7fbd4c35b68d95b0f08
1 package SGN::SiteFeatures::CrossReference::WithPreviewImage;
2 use Moose::Role;
3 use MooseX::Types::URI qw/ Uri /;
5 has 'preview_image_url' => ( is => 'ro', isa => Uri, coerce => 1 );
8 1;