class GW2API::WorldsEndpoint

Public Class Methods

new() click to toggle source
Calls superclass method GW2API::Endpoint::new
# File lib/endpoints/worlds.rb, line 5
def initialize
        super
        @url = "#{GW2API::BASE_URL}/v2/worlds"
        @bulk_expandable = true
        @bulk_expandable_all = true
        @paginated = true
end