Class: Esi::Calls::Constellation

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(constellation_id) ⇒ Constellation

Returns a new instance of Constellation.



74
75
76
# File 'lib/esi/calls.rb', line 74

def initialize(constellation_id)
  @path = "/universe/constellations/#{constellation_id}"
end