Class: Puree::Model::ExternalOrganisation
- Defined in:
- lib/puree/model/external_organisation.rb
Overview
An external organisation as defined by the institution.
Instance Attribute Summary collapse
Attributes inherited from Resource
#created_at, #created_by, #id, #modified_at, #modified_by, #previous_uuids, #uuid
Instance Attribute Details
#name ⇒ String?
9 10 11 |
# File 'lib/puree/model/external_organisation.rb', line 9 def name @name end |
#type ⇒ String?
12 13 14 |
# File 'lib/puree/model/external_organisation.rb', line 12 def type @type end |