Method: Wowr::Classes::Pvp#initialize
- Defined in:
- lib/wowr/character.rb
#initialize(elem) ⇒ Pvp
Returns a new instance of Pvp.
673 674 675 676 |
# File 'lib/wowr/character.rb', line 673 def initialize(elem) @lifetime_honorable_kills = (elem%'lifetimehonorablekills')[:value].to_i @arena_currency = (elem%'arenacurrency')[:value].to_i end |