Class: Puree::Model::OrganisationHeaderBase
- Inherits:
-
Structure
- Object
- Structure
- Puree::Model::OrganisationHeaderBase
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
#name ⇒ String?
12
13
14
|
# File 'lib/puree/model/organisation_header_base.rb', line 12
def name
@name
end
|
#type ⇒ String?
15
16
17
|
# File 'lib/puree/model/organisation_header_base.rb', line 15
def type
@type
end
|
#uuid ⇒ String?
9
10
11
|
# File 'lib/puree/model/organisation_header_base.rb', line 9
def uuid
@uuid
end
|