Class: UU::OS::Artifact::ArtifactSetAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Artifact::ArtifactSetAttributes
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/artifact/artifact_set_attributes.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
29
30
31
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_set_attributes.rb', line 29
def artifact_type
@artifact_type
end
|
- (Object) code
11
12
13
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_set_attributes.rb', line 11
def code
@code
end
|
- (Object) component_content
26
27
28
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_set_attributes.rb', line 26
def component_content
@component_content
end
|
- (Object) description
14
15
16
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_set_attributes.rb', line 14
def description
@description
end
|
- (Object) icon_uri
17
18
19
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_set_attributes.rb', line 17
def icon_uri
@icon_uri
end
|
- (Object) name
20
21
22
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_set_attributes.rb', line 20
def name
@name
end
|
- (Object) security_level
23
24
25
|
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_set_attributes.rb', line 23
def security_level
@security_level
end
|