Module: Gw2::Api::Pvp

Included in:
Client
Defined in:
lib/gw2/modules/pvp.rb

Overview

achievements.rb

Instance Method Summary collapse

Instance Method Details

#pvp_games(params = {}) ⇒ Object

Returns detailed info about recent player games



13
14
15
# File 'lib/gw2/modules/pvp.rb', line 13

def pvp_games(params = {})
  execute_with_params("pvp/games", params)
end

#pvp_standings(params = {}) ⇒ Object

Returns the best and current standing of a player in sPVP



18
19
20
# File 'lib/gw2/modules/pvp.rb', line 18

def pvp_standings(params = {})
  execute_with_params("pvp/standings", params)
end

#pvp_stats(params = {}) ⇒ Object

Returns the account characters



8
9
10
# File 'lib/gw2/modules/pvp.rb', line 8

def pvp_stats(params = {})
  execute_with_params("pvp/stats", params)
end