NAME
Zenoss::MetaHelper - Internal module that helps create Meta Methods
DESCRIPTION
This is not for public consumption.
This is a helper to install Meta Methods. For example, Zenoss::Router::Tree has methods in it that are installed to various routers. IE Zenoss::Router::Network implements methods from Zenoss::Router::Tree, but the methods are renamed to be in line with the calling router.
Breaking that down:
Zenoss::Router::Tree has a method called addNode, but it will appear as network_addNode in Zenoss::Router::Network.
SEE ALSO
AUTHOR
Patrick Baker <patricksbaker@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Patrick Baker <patricksbaker@gmail.com>
This module is free software: you can redistribute it and/or modify it under the terms of the Artistic License 2.0.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
You can obtain the Artistic License 2.0 by either viewing the LICENSE file provided with this distribution or by navigating to http://opensource.org/licenses/artistic-license-2.0.php.