class EveOnline::ESI::ServerStatus

Constants

API_PATH

Public Instance Methods

model() click to toggle source
# File lib/eve_online/esi/server_status.rb, line 14
def model
  @model ||= Models::ServerStatus.new(response)
end
path() click to toggle source
# File lib/eve_online/esi/server_status.rb, line 21
def path
  API_PATH
end
scope() click to toggle source
# File lib/eve_online/esi/server_status.rb, line 18
def scope
end