Class: Puree::Model::ExternalOrganisation

Inherits:
Resource
  • Object
show all
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

#nameString?

Returns:

  • (String, nil)


9
10
11
# File 'lib/puree/model/external_organisation.rb', line 9

def name
  @name
end

#typeString?

Returns:

  • (String, nil)


12
13
14
# File 'lib/puree/model/external_organisation.rb', line 12

def type
  @type
end