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