Sha256: 7464733ab70d38aa0a26bbe3d78eb060822420a7b87d1c26c4772cead37f0076
Contents?: true
Size: 376 Bytes
Versions: 15
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true module EveOnline module ESI module Models class BookmarkFolder < Base def as_json { folder_id: folder_id, name: name } end def folder_id options['folder_id'] end def name options['name'] end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems