Sha256: bdd731c7c208495eeef472c3ad6ba13e71e522bac20542b7d339857da115568e
Contents?: true
Size: 416 Bytes
Versions: 17
Compression:
Stored size: 416 Bytes
Contents
# frozen_string_literal: true module ONEAccess module DataObject module Representer class UserLight < Representable::Decorator include Representable::JSON property :id, as: :Id, type: Integer property :first_name, as: :FirstName, type: String property :last_name, as: :LastName, type: String property :email, as: :Email, type: String end end end end
Version data entries
17 entries across 17 versions & 1 rubygems