class Esi::Calls::Station

Public Class Methods

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