class Esi::Calls::Constellation

Public Class Methods

new(constellation_id) click to toggle source
# File lib/esi/calls/universe.rb, line 24
def initialize(constellation_id)
  @path = "/universe/constellations/#{constellation_id}"
end