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

Represents a single FactionWar between two Factions (e.g., Gallente v. Caldari) Attributes:

  • faction_id ( Fixnum ) - ID of the belligerant Faction
  • faction_name ( String ) - Name of the belligerant Faction.
  • against_id ( Fixnum ) - ID of the Faction that this war is against.
  • against_name ( String ) - Name of the Faction that this war is against.

Attributes

against_id  [R] 
against_name  [R] 
faction_id  [R] 
faction_name  [R] 

[Validate]