Net::FluidDB::Base - The base class of all remote resources


Net-FluidDB documentation  | view source Contained in the Net-FluidDB distribution.

Index


NAME

Top

Net::FluidDB::Base - The base class of all remote resources

SYNOPSIS

Top

 my $fdb = $tag->fdb;

DESCRIPTION

Top

Net::FluidDB::Base is the root class in the hierarchy of remote resources. They need an instance of Net::FluidDB to be able to communicate with FluidDB.

You don't usually need this class, only the interface its children inherit.

USAGE

Top

Class methods

All remote resources require a fdb named argument in their constructors, which comes from this class:

    my $tag = Net::FluidDB::Tag->new(fdb => $fdb, ...);

Instance Methods

$base->fdb

Returns the Net::FluidDB instance used to communicate with FluidDB.

AUTHOR

Top

Xavier Noria (FXN), <fxn@cpan.org>

COPYRIGHT AND LICENSE

Top


Net-FluidDB documentation  | view source Contained in the Net-FluidDB distribution.