Class: Puree::Model::Person
Overview
Instance Attribute Summary collapse
Attributes inherited from Resource
#created_at, #created_by, #id, #modified_at, #modified_by, #previous_uuids, #uuid
Instance Attribute Details
9
10
11
|
# File 'lib/puree/model/person.rb', line 9
def affiliations
@affiliations
end
|
#email_addresses ⇒ Array<String>
12
13
14
|
# File 'lib/puree/model/person.rb', line 12
def email_addresses
@email_addresses
end
|
15
16
17
|
# File 'lib/puree/model/person.rb', line 15
def identifiers
@identifiers
end
|
#image_urls ⇒ Array<String>
18
19
20
|
# File 'lib/puree/model/person.rb', line 18
def image_urls
@image_urls
end
|
#keywords ⇒ Array<String>
21
22
23
|
# File 'lib/puree/model/person.rb', line 21
def keywords
@keywords
end
|
24
25
26
|
# File 'lib/puree/model/person.rb', line 24
def name
@name
end
|
#orcid ⇒ String?
27
28
29
|
# File 'lib/puree/model/person.rb', line 27
def orcid
@orcid
end
|
30
31
32
|
# File 'lib/puree/model/person.rb', line 30
def other_names
@other_names
end
|