module GW2API
Constants
- BASE_URL
- VERSION
Public Class Methods
build()
click to toggle source
# File lib/gw2api.rb, line 9 def self.build GW2API::BuildEndpoint.new end
items()
click to toggle source
# File lib/gw2api.rb, line 12 def self.items GW2API::ItemsEndpoint.new end
worlds()
click to toggle source
# File lib/gw2api.rb, line 15 def self.worlds GW2API::WorldsEndpoint.new end