class Esi::Calls::Fleet
Public Class Methods
new(fleet_id)
click to toggle source
# File lib/esi/calls/fleets.rb, line 6 def initialize(fleet_id) @path = "/fleets/#{fleet_id}" end
# File lib/esi/calls/fleets.rb, line 6 def initialize(fleet_id) @path = "/fleets/#{fleet_id}" end