class EveOnline::ESI::Alliance
Constants
- API_PATH
Attributes
alliance_id[R]
Public Class Methods
new(options)
click to toggle source
Calls superclass method
# File lib/eve_online/esi/alliance.rb, line 14 def initialize(options) super @alliance_id = options.fetch(:alliance_id) end
Public Instance Methods
model()
click to toggle source
# File lib/eve_online/esi/alliance.rb, line 23 def model @model ||= Models::Alliance.new(response) end
path()
click to toggle source
# File lib/eve_online/esi/alliance.rb, line 30 def path format(API_PATH, alliance_id: alliance_id) end
scope()
click to toggle source
# File lib/eve_online/esi/alliance.rb, line 27 def scope end