class Esi::Calls::Star

Public Class Methods

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