Sha256: eb746d2ded0a9dacc9ff573e6c5bbb5520961b7dd98081de6683755c428d1d81
Contents?: true
Size: 432 Bytes
Versions: 6
Compression:
Stored size: 432 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/organization" module ONEAccess module DataObject class Organization extend Serializable represented_by Representer::Organization attr_accessor :id attr_accessor :name attr_accessor :active attr_accessor :short_name attr_accessor :type attr_accessor :addresses attr_accessor :main_address end end end
Version data entries
6 entries across 6 versions & 1 rubygems