NAME
Webservice::InterMine::User - a tiny representation of an InterMine user account.
SYNOPSIS
use Webservice::InterMine::User;
my $user = Webservice::InterMine::User->new(name => "foo", token => "bar");
DESCRIPTION
This is a datatype for abstracting information about users. It contains two read-only fields "name" and "token". Normally these should be obtained from a service object.
AUTHOR
Alex Kalderimis dev@intermine.org
BUGS
Please report any bugs or feature requests to dev@intermine.org
.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Webservice::InterMine::User
You can also look for information at:
InterMine
Documentation
COPYRIGHT AND LICENSE
Copyright 2006 - 2011 FlyMine, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.