Sha256: db0da7de2e0d4bef1414e40ee6dcb5b8f55eae76dcc138b7eed6650a77d1743e
Contents?: true
Size: 506 Bytes
Versions: 4
Compression:
Stored size: 506 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/user" module ONEAccess module DataObject class User attr_accessor :id attr_accessor :first_name attr_accessor :last_name attr_accessor :email attr_accessor :phone attr_accessor :type attr_accessor :active attr_accessor :reg_status attr_accessor :is_broker_administrator attr_accessor :organization # Instance of OrganizationLight attr_accessor :address end end end
Version data entries
4 entries across 4 versions & 1 rubygems