class Esi::Calls::CharacterLocation

Get the character's current location @see esi.evetech.net/ui/#/Location/get_characters_character_id_location

@param [Integer] character id to fetch the data from

@return [Hash]

* :solar_system_id [Integer]
* :station_id [Integer, nil]
* :structure_id [Integer, nil]

Public Class Methods

new(character_id) click to toggle source
# File lib/esi/calls/location.rb, line 37
def initialize(character_id)
  @path = "/characters/#{character_id}/location"
end