Class: Esi::Calls::Region

Inherits:
Base
  • Object
show all
Defined in:
lib/esi/calls.rb

Instance Attribute Summary

Attributes inherited from Base

#params, #path

Instance Method Summary collapse

Methods inherited from Base

#method, #page=, #paginated?, #url

Constructor Details

#initialize(region_id) ⇒ Region

Returns a new instance of Region.



62
63
64
# File 'lib/esi/calls.rb', line 62

def initialize(region_id)
  @path = "/universe/regions/#{region_id}"
end