Class: Puree::Model::Person
Overview
Instance Attribute Summary collapse
Attributes inherited from Resource
#created, #locale, #modified, #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
|
#image_urls ⇒ Array<String>
15
16
17
|
# File 'lib/puree/model/person.rb', line 15
def image_urls
@image_urls
end
|
#keywords ⇒ Array<String>
18
19
20
|
# File 'lib/puree/model/person.rb', line 18
def keywords
@keywords
end
|
21
22
23
|
# File 'lib/puree/model/person.rb', line 21
def name
@name
end
|
#orcid ⇒ String?
24
25
26
|
# File 'lib/puree/model/person.rb', line 24
def orcid
@orcid
end
|