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

Maps a participant in a FactionWar. Can be a:

Attributes:

  • faction_id ( Fixnum ) - ID of the Faction to which the participant belongs
  • faction_name ( String ) - Name of the Faction
  • kills_yesterday ( Fixnum )
  • kills_last_week ( Fixnum )
  • kills_total ( Fixnum )
  • victory_points_yesterday ( Fixnum )
  • victory_points_last_week ( Fixnum )
  • victory_points_total ( Fixnum )

Attributes

enlisted_at  [R] 
faction_id  [R] 
faction_name  [R] 
kills_last_week  [R] 
kills_total  [R] 
kills_yesterday  [R] 
victory_points_last_week  [R] 
victory_points_total  [R] 
victory_points_yesterday  [R] 

[Validate]