Sha256: 7c102befdfc976a4d602a3f3dbf3e3857ab26f75fd1895f8add840e6059a7e1f
Contents?: true
Size: 337 Bytes
Versions: 15
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/user_light" module ONEAccess module DataObject class UserLight extend Serializable represented_by Representer::UserLight attr_accessor :id attr_accessor :first_name attr_accessor :last_name attr_accessor :email end end end
Version data entries
15 entries across 15 versions & 1 rubygems