class Esi::Calls::CharacterShip

Get the character's active ship @see esi.evetech.net/ui/#/Location/get_characters_character_id_ship

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

@return [Hash]

* :ship_item_id [Integer]
* :ship_type_id [Integer]
* :ship_name [String]

Public Class Methods

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