GOBO::AmiGO::Indexes::AmiGOWrapper - GOBO::AmiGO::Indexes::AmiGOWrapper documentation


GOBO documentation Contained in the GOBO distribution.

Index


Code Index:

NAME

Top

GOBO::AmiGO::Indexes::AmigoWrapper

SYNOPSIS

Top

do not use this method directly

DESCRIPTION

Top

Role of providing direct DB connectivity to the AmiGO/GO Database


GOBO documentation Contained in the GOBO distribution.

package GOBO::AmiGO::Indexes::AmiGOWrapper;
use Moose::Role;
use GOBO::DBIC::GODBModel::Query;

#has schema => (is=>'rw', isa=>'AmiGO::Model::Schema');
has query => (is=>'rw', isa=>'GOBO::DBIC::GODBModel::Query');


1;