
Net::Plazes::Base - base/super- class for Net::Plazes::*

$Revision$

use base qw(Net::Plazes::Base);
sub fields {
return qw(id field_one field_two);
}

Net::Plazes::Base shouldn't be used directly. It's designed to be inherited from to represent various concrete resources, see Net::Plazes::Plaze, Net::Plazes::User, Net::Plazes::Presence

my @aFields = $oObj->fields();






$Author: Roger Pettett$

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.10 or, at your option, any later version of Perl 5 you may have available.