Class: Esi::Calls::SolarSystem

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

Constant Summary

Constants inherited from Base

Base::CACHE_NAMESPACE

Instance Attribute Summary

Attributes inherited from Base

#params, #path

Instance Method Summary collapse

Methods inherited from Base

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

Constructor Details

#initialize(system_id) ⇒ SolarSystem

Returns a new instance of SolarSystem.



30
31
32
# File 'lib/esi/calls/universe.rb', line 30

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