Class: Puree::Model::ExternalOrganisationHeader

Inherits:
Structure
  • Object
show all
Defined in:
lib/puree/model/external_organisation_header.rb

Overview

A minimal representation of an ExternalOrganisation.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Structure

#data?

Instance Attribute Details

#nameString?

Returns:

  • (String, nil)


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

def name
  @name
end

#uuidString?

Returns:

  • (String, nil)


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

def uuid
  @uuid
end