Class: GW2API::ItemsEndpoint

Inherits:
Endpoint show all
Defined in:
lib/endpoints/items.rb

Instance Method Summary collapse

Methods inherited from Endpoint

#all, #api_call, #get, #ids

Constructor Details

#initializeItemsEndpoint

Returns a new instance of ItemsEndpoint.



5
6
7
8
9
10
# File 'lib/endpoints/items.rb', line 5

def initialize
	super
	@url = "#{GW2API::BASE_URL}/v2/items"
	@bulk_expandable = true
	@paginated = true
end