NAME

App::Pinto::Remote::Command - Base class for pinto-remote commands

VERSION

version 0.039

METHODS

pinto()

Returns a reference to the Pinto::Remote object that has been constructed for this command.

action_name()

Returns a fragment of the Pinto::Remote::Action subclass name for this command. For example, if this command class name is Pinto::Remote::Command::shizzle, then this method will return Shizzle which Pinto will then translate into Pinto::Remote::Action::Shizzle.

AUTHOR

Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Imaginative Software Systems.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.