Class: UU::OS::MetaArtifact::MetaArtifactCopy
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::MetaArtifact::MetaArtifactCopy
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb
Instance Attribute Summary (collapse)
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) code
16
17
18
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 16
def code
@code
end
|
- (Object) competent_role_uri
22
23
24
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 22
def competent_role_uri
@competent_role_uri
end
|
- (Object) component_content
58
59
60
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 58
def component_content
@component_content
end
|
- (Object) copy_attachments
37
38
39
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 37
def copy_attachments
@copy_attachments
end
|
- (Object) copy_lifecycle
34
35
36
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 34
def copy_lifecycle
@copy_lifecycle
end
|
- (Object) copy_sheet_templates
40
41
42
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 40
def copy_sheet_templates
@copy_sheet_templates
end
|
- (Object) copy_sheets
31
32
33
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 31
def copy_sheets
@copy_sheets
end
|
- (Object) default_artifact_type
55
56
57
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 55
def default_artifact_type
@default_artifact_type
end
|
- (Object) default_code
46
47
48
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 46
def default_code
@default_code
end
|
- (Object) default_component_content
61
62
63
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 61
def default_component_content
@default_component_content
end
|
- (Object) default_icon_uri
52
53
54
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 52
def default_icon_uri
@default_icon_uri
end
|
- (Object) default_name
43
44
45
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 43
def default_name
@default_name
end
|
- (Object) default_security_level
49
50
51
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 49
def default_security_level
@default_security_level
end
|
- (Object) description
19
20
21
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 19
def description
@description
end
|
- (Object) icon_uri
28
29
30
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 28
def icon_uri
@icon_uri
end
|
- (Object) location_uri
10
11
12
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 10
def location_uri
@location_uri
end
|
- (Object) name
13
14
15
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 13
def name
@name
end
|
- (Object) security_level
25
26
27
|
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_copy.rb', line 25
def security_level
@security_level
end
|