Why not adopt me?
NAME
Net::Fluidinfo::Base - The base class of all remote resources
SYNOPSIS
my $fin = $tag->fin;
DESCRIPTION
Net::Fluidinfo::Base
is the root class in the hierarchy of remote resources. They need an instance of Net::Fluidinfo to be able to communicate with Fluidinfo.
You don't usually need this class, only the interface its children inherit.
USAGE
Class methods
All remote resources require a fin
named argument in their constructors, which comes from this class:
my $tag = Net::Fluidinfo::Tag->new(fin => $fin, ...);
Instance Methods
- $base->fin
-
Returns the Net::Fluidinfo instance used to communicate with Fluidinfo.
AUTHOR
Xavier Noria (FXN), <fxn@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009-2012 Xavier Noria
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.