repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
can download plant phenotype data in the same way as plot phenotype data
[sgn.git]
/
lib
/
SGN
/
SiteFeatures
/
CrossReference
/
WithPreviewImage.pm
blob
1af6cf9395771765cbc4c7fbd4c35b68d95b0f08
1
package
SGN
::
SiteFeatures
::
CrossReference
::
WithPreviewImage
;
2
use
Moose
::
Role
;
3
use
MooseX
::
Types
::
URI qw
/ Uri /
;
4
5
has
'preview_image_url'
=> (
is
=>
'ro'
,
isa
=>
Uri
,
coerce
=>
1
);
6
7
8
1
;