class Esi::Calls::FleetWings

Public Class Methods

new(fleet_id) click to toggle source
# File lib/esi/calls/fleets.rb, line 18
def initialize(fleet_id)
  @path = "/fleets/#{fleet_id}/wings"
end