Class: Esi::Calls::Alliance

Inherits:
Base
  • Object
show all
Defined in:
lib/esi/calls/alliances.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(alliance_id) ⇒ Alliance

Returns a new instance of Alliance.



25
26
27
# File 'lib/esi/calls/alliances.rb', line 25

def initialize(alliance_id)
  @path = "/alliances/#{alliance_id}"
end