Class Reve::Classes::MemberTracking
In: lib/reve/classes.rb
Parent: Object

Holds the result of the Reve::API#member_tracking call for big brother.

  • character_id ( Fixnum ) - ID of the Character
  • character_name ( Fixnum ) - Name of the Character
  • start_time ( Time ) - When the Character joined the Corporation
  • base_id ( Fixnum ) - ID of the Station (Starbase too?) where the Character calls home
  • base ( String ) - Name of the Station (Starbase?) where the Character calls home
  • title ( String ) - Title of the Character
  • logon_time ( Time | NilClass ) - When the Character last logged on (or nil for non-CEOs)
  • logoff_time ( Time | NilClass ) - When the Character last logged off (or nil for non-CEOs)
  • location_id ( Fixnum ) - ID of the Station (Starbase too?) where the Character last/currently is
  • location ( String ) - Name of the Station (Starbase?) where the Character last/currently is
  • ship_type_id ( Fixnum ) - Type ID of the ship the Character is flying. (Refer to CCP database dump invtypes)
  • ship_type ( String ) - Name of the type of ship the Character is flying
  • roles ( String ) - List of roles for the Character
  • grantable_roles ( String ) - List of grantable roles for the Character

See Also: Reve::API#member_tracking

Attributes

base  [R] 
base_id  [R] 
character_id  [R] 
character_name  [R] 
grantable_roles  [R] 
location  [R] 
location_id  [R] 
logoff_time  [R] 
logon_time  [R] 
roles  [R] 
ship_type  [R] 
ship_type_id  [R] 
start_time  [R] 
title  [R] 

[Validate]