| WebService-MusicBrainz documentation | Contained in the WebService-MusicBrainz distribution. |
WebService::MusicBrainz::Response::AliasList
All the methods listed below are accessor methods. They can take a scalar argument to set the state of the object or without and argument, they will return that state if it is available.
Copyright 2006-2009 by Bob Faist
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
http://wiki.musicbrainz.org/XMLWebService
| WebService-MusicBrainz documentation | Contained in the WebService-MusicBrainz distribution. |
package WebService::MusicBrainz::Response::AliasList; use strict; use base 'Class::Accessor'; our $VERSION = '0.93';
__PACKAGE__->mk_accessors(qw/aliases count offset/);
1;