Class: Esi::Calls::SolarSystem

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(system_id) ⇒ SolarSystem

Returns a new instance of SolarSystem.



80
81
82
# File 'lib/esi/calls.rb', line 80

def initialize(system_id)
  @path = "/universe/systems/#{system_id}"
end