NAME
Eve::Event::ExternalSignup - external signup profile available.
SYNOPSIS
use Eve::Event::ExternalSignup;
Eve::Event::ExternalSignup->new(
external_profile => $external_profile,
session => $session,
event_map => $event_map);
DESCRIPTION
Eve::Event::ExternalSignup is an event assumed to signal about a new external signup profile availability.
Attributes
extarnal_profile
-
an external profile object (
Eve::Item::ExternalProfile
) session
-
a session object (
Eve::Session
).
Constructor arguments
external_profile
-
an external profile object (
Eve::Item::ExternalProfile
) session
-
a session object (
Eve::Session
) event_map
-
an event map object (
Eve::EventMap
).
METHODS
init()
SEE ALSO
LICENSE AND COPYRIGHT
Copyright 2012 Igor Zinovyev.
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.