Sha256: f327b03a9257bb5c7f530c37aa6d0f2d2be1857e49a55a6edf74d9f801501621
Contents?: true
Size: 432 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oneaccess-1.3.1 | lib/oneaccess/data_object/organization.rb |
oneaccess-1.3.0 | lib/oneaccess/data_object/organization.rb |