Sha256: e249d77b62fda9eade2b531d1085a0a9cbe99902fc4e17efa23ff7f3ecf84135
Contents?: true
Size: 275 Bytes
Versions: 18
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true module EveOnline module ESI class DogmaAttributes < Base API_PATH = "/v1/dogma/attributes/" def attribute_ids response end def scope end def path API_PATH end end end end
Version data entries
18 entries across 18 versions & 1 rubygems