Class: UU::OS::ArtifactStateTemplate::ArtifactStateTemplateSetAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::ArtifactStateTemplate::ArtifactStateTemplateSetAttributes
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_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) code
18
19
20
|
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_set_attributes.rb', line 18
def code
@code
end
|
- (Object) description
21
22
23
|
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_set_attributes.rb', line 21
def description
@description
end
|
- (Object) entry_state
24
25
26
|
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_set_attributes.rb', line 24
def entry_state
@entry_state
end
|
- (Object) icon_uri
27
28
29
|
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_set_attributes.rb', line 27
def icon_uri
@icon_uri
end
|
- (Object) name
15
16
17
|
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_set_attributes.rb', line 15
def name
@name
end
|
- (Object) order
30
31
32
|
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_set_attributes.rb', line 30
def order
@order
end
|