The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MOBY::Client::Registration - an object to wrap the registration XML from MOBY Central

SYNOPSIS

 my $reg = $Central->registerService(%args);
 if ($reg->success){
	 print "registered successfully ",$reg->registration_id,"\n";
 } else {
	 print "registration failed ",$reg->message,"\n";
 }

DESCRIPTION

simply turns the registration XML into a hash

AUTHORS

Mark Wilkinson (markw@illuminae.com)

BioMOBY Project: http://www.biomoby.org

METHODS

new

Title     :	new
Usage     :	my $MOBY = MOBY::Client::Registration->new(%args)
Function  :
Returns   :	MOBY::Client::Registration object
Args      :    registration_id => $id
               message => $message
               success => $success

success

get/set the value

registration_id

get/set the value

id (same as registration_id)

get/set the value

message

get/set the value

RDF

get/set the value