Class: GW2API::WorldsEndpoint
- Defined in:
- lib/endpoints/worlds.rb
Instance Method Summary collapse
-
#initialize ⇒ WorldsEndpoint
constructor
A new instance of WorldsEndpoint.
Methods inherited from Endpoint
Constructor Details
#initialize ⇒ WorldsEndpoint
5 6 7 8 9 10 11 |
# File 'lib/endpoints/worlds.rb', line 5 def initialize super @url = "#{GW2API::BASE_URL}/v2/worlds" = true = true @paginated = true end |