Sha256: 372919c41d8b9a139769a2f115567973ba45a55d9f6af292b55714db27397b83
Contents?: true
Size: 418 Bytes
Versions: 16
Compression:
Stored size: 418 Bytes
Contents
# frozen_string_literal: true module EveOnline module ESI module Models class HomeLocation < Base def as_json { location_id: location_id, location_type: location_type } end def location_id options["location_id"] end def location_type options["location_type"] end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems