Class: UU::OS::ArtifactStateTemplate::ArtifactStateTemplateCreate

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_create.rb

Overview

See Also:

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from REST::DTO

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from UU::OS::REST::DTO

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_create.rb', line 18

def code
  @code
end

- (Object) create_activity_template



36
37
38
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_create.rb', line 36

def create_activity_template
  @create_activity_template
end

- (Object) description



21
22
23
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_create.rb', line 21

def description
  @description
end

- (Object) entry_state



27
28
29
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_create.rb', line 27

def entry_state
  @entry_state
end

- (Object) icon_uri



30
31
32
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_create.rb', line 30

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_create.rb', line 15

def name
  @name
end

- (Object) order



33
34
35
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_create.rb', line 33

def order
  @order
end

- (Object) type



24
25
26
# File 'uu_os-0.29.16/lib/uu/os/artifact_state_template/artifact_state_template_create.rb', line 24

def type
  @type
end