Class: Puree::Model::Project
Overview
Instance Attribute Summary collapse
Attributes inherited from Resource
#created_at, #created_by, #id, #modified_at, #modified_by, #previous_uuids, #uuid
Instance Attribute Details
#acronym ⇒ String?
9
10
11
|
# File 'lib/puree/model/project.rb', line 9
def acronym
@acronym
end
|
#description ⇒ String?
12
13
14
|
# File 'lib/puree/model/project.rb', line 12
def description
@description
end
|
15
16
17
|
# File 'lib/puree/model/project.rb', line 15
def external_organisations
@external_organisations
end
|
33
34
35
|
# File 'lib/puree/model/project.rb', line 33
def identifiers
@identifiers
end
|
18
19
20
|
# File 'lib/puree/model/project.rb', line 18
def organisational_units
@organisational_units
end
|
21
22
23
|
# File 'lib/puree/model/project.rb', line 21
def owner
@owner
end
|
27
28
29
|
# File 'lib/puree/model/project.rb', line 27
def persons_external
@persons_external
end
|
24
25
26
|
# File 'lib/puree/model/project.rb', line 24
def persons_internal
@persons_internal
end
|
30
31
32
|
# File 'lib/puree/model/project.rb', line 30
def persons_other
@persons_other
end
|
#status ⇒ String?
36
37
38
|
# File 'lib/puree/model/project.rb', line 36
def status
@status
end
|
39
40
41
|
# File 'lib/puree/model/project.rb', line 39
def temporal
@temporal
end
|
#title ⇒ String?
42
43
44
|
# File 'lib/puree/model/project.rb', line 42
def title
@title
end
|
#type ⇒ String?
45
46
47
|
# File 'lib/puree/model/project.rb', line 45
def type
@type
end
|
#url ⇒ String?
48
49
50
|
# File 'lib/puree/model/project.rb', line 48
def url
@url
end
|