NAME
MOBY::service_instance - a lightweight connection to the service_instance table in the database
SYNOPSIS
my
$Instance
= MOBY::service_instance->new(
authority
=>
$AUTHORITY
,
servicename
=>
'marksFabulousService'
,
service_type
=>
$SERVICE_TYPE
,
category
=>
'moby'
,
contact_email
=>
"markw@illuminae.com"
,
authoritative
=> 1,
inputs
=> \
@inputs
,
output
=> \
@outputs
,
description
=>
'retrieves random sequences from a database'
);
$Instance
->service_instance_id;
$Instance
->authority->authority_common_name;
DESCRIPTION
representation of the service_instance table. Can write to the database
AUTHORS
Mark Wilkinson (mwilkinson@mrl.ubc.ca)