Sha256: 83369973c2b1b9a3fb109c2ba39f80c1655455102c473d411496ab58f4e4d5b8
Contents?: true
Size: 418 Bytes
Versions: 15
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
15 entries across 15 versions & 1 rubygems