Sha256: 00c92f6838d26ec4f9fe27808df5ab37ab4c6877f0603cf4af13b2673977ae52
Contents?: true
Size: 271 Bytes
Versions: 15
Compression:
Stored size: 271 Bytes
Contents
module Puree module Model # An external organisation as defined by the institution. # class ExternalOrganisation < Resource # @return [String, nil] attr_accessor :name # @return [String, nil] attr_accessor :type end end end
Version data entries
15 entries across 15 versions & 1 rubygems