The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

$character->corporation

new

This is called under the hood when an $eve->character->corporation object is requested.

It returns a corporation object for the character it is called upon.

 You probably won't need to call this directly.

members

Returns an array of corporate member objects when called in list context, otherwise it returns your own corporate details.

id

Returns the id of the character/member of the corporation

name

Returns the name of the character belonging to the corporation

title

Returns the of the character belonging to the corporation

location

Returns the location of the character belonging to the corporation

location_id

Returns the location id of the character belonging to the corporation

ship_type

Returns the ship of the character belonging to the corporation

ship_type_id

Returns the ship_type_id of the character belonging to the corporation

joined

Returns the joining date of the character belonging to the corporation

Epoch seconds (GMT) is returned.

logged_on

Returns the time that the character belonging to the corporation last logged on

Epoch seconds (GMT) is returned.

logged_off

Returns the time that the character belonging to the corporation last logged off

Epoch seconds (GMT) is returned.

online

Is the member online? (NB. This doesn't seem to work as the API doesn't seem to update until a member logs off).

base

Returns the base where the character belonging to the corporation currently resides.

base_id

Returns the base_id where the character belonging to the corporation currently resides.

roles

Returns the roles the character belonging to the corporation plays.

grantable_roles

Returns the roles grantable to the character belonging to the corporation.

hashref

A hashref containing all the data the EVE API returns about a particular corporate member.