Class: Puree::Model::OrganisationHeaderBase

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

Overview

A minimal representation of an external organisation.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Structure

#data?

Instance Attribute Details

#nameString?



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

def name
  @name
end

#typeString?



15
16
17
# File 'lib/puree/model/organisation_header_base.rb', line 15

def type
  @type
end

#uuidString?



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

def uuid
  @uuid
end