class EveOnline::ESI::Models::HomeLocation

Public Instance Methods

as_json() click to toggle source
# File lib/eve_online/esi/models/home_location.rb, line 7
def as_json
  {
    location_id: location_id,
    location_type: location_type
  }
end
location_id() click to toggle source
# File lib/eve_online/esi/models/home_location.rb, line 14
def location_id
  options["location_id"]
end
location_type() click to toggle source
# File lib/eve_online/esi/models/home_location.rb, line 18
def location_type
  options["location_type"]
end