Class: GW2API::WorldsEndpoint

Inherits:
Endpoint
  • Object
show all
Defined in:
lib/endpoints/worlds.rb

Instance Method Summary collapse

Methods inherited from Endpoint

#all, #api_call, #get, #ids

Constructor Details

#initializeWorldsEndpoint

Returns a new instance of WorldsEndpoint.



5
6
7
8
9
10
11
# 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