Class: UU::OS::Artifact::ArtifactCreate
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Artifact::ArtifactCreate
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb
Overview
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) artifact_type
44
45
46
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb', line 44
def artifact_type
@artifact_type
end
|
- (Object) code
14
15
16
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb', line 14
def code
@code
end
|
- (Object) competent_role_uri
17
18
19
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb', line 17
def competent_role_uri
@competent_role_uri
end
|
- (Object) component_content
41
42
43
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb', line 41
def component_content
@component_content
end
|
- (Object) create_workflow_async
35
36
37
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb', line 35
def create_workflow_async
@create_workflow_async
end
|
- (Object) description
20
21
22
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb', line 20
def description
@description
end
|
- (Object) dry_run
38
39
40
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb', line 38
def dry_run
@dry_run
end
|
- (Object) icon_uri
23
24
25
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb', line 23
def icon_uri
@icon_uri
end
|
26
27
28
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb', line 26
def meta_artifact_uri
@meta_artifact_uri
end
|
- (Object) name
29
30
31
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb', line 29
def name
@name
end
|
- (Object) security_level
32
33
34
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_create.rb', line 32
def security_level
@security_level
end
|