class EveOnline::ESI::Wars

Constants

API_PATH

Attributes

max_war_id[R]

Public Class Methods

new(options = {}) click to toggle source
Calls superclass method EveOnline::ESI::Base::new
# File lib/eve_online/esi/wars.rb, line 10
def initialize(options = {})
  super

  @max_war_id = options.fetch(:max_war_id, nil)
end

Public Instance Methods

additional_query_params() click to toggle source
# File lib/eve_online/esi/wars.rb, line 23
def additional_query_params
  [:max_war_id]
end
path() click to toggle source
# File lib/eve_online/esi/wars.rb, line 27
def path
  API_PATH
end
scope() click to toggle source
# File lib/eve_online/esi/wars.rb, line 20
def scope
end
war_ids() click to toggle source
# File lib/eve_online/esi/wars.rb, line 16
def war_ids
  response
end