Sha256: d2cbc7738200bb0f1d6ded11116c23c153a7042597c63d982b11f758a51d419c
Contents?: true
Size: 431 Bytes
Versions: 13
Compression:
Stored size: 431 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
13 entries across 13 versions & 1 rubygems