Class: Esi::Calls::Fleet

Inherits:
Base
  • Object
show all
Defined in:
lib/esi/calls/fleets.rb

Constant Summary

Constants inherited from Base

Base::CACHE_NAMESPACE

Instance Attribute Summary

Attributes inherited from Base

#params, #path

Instance Method Summary collapse

Methods inherited from Base

#cache_key, #method, #page, #page=, #paginated?, #url

Constructor Details

#initialize(fleet_id) ⇒ Fleet

Returns a new instance of Fleet.



6
7
8
# File 'lib/esi/calls/fleets.rb', line 6

def initialize(fleet_id)
  @path = "/fleets/#{fleet_id}"
end