Class: UU::OS::ActivityStateTemplate::ActivityStateTemplateCreate

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/activity_state_template/activity_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/activity_state_template/activity_state_template_create.rb', line 18

def code
  @code
end

- (Object) description



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

def description
  @description
end

- (Object) digital_workspace_visibility



45
46
47
# File 'uu_os-0.29.16/lib/uu/os/activity_state_template/activity_state_template_create.rb', line 45

def digital_workspace_visibility
  @digital_workspace_visibility
end

- (Object) entry_state



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

def entry_state
  @entry_state
end

- (Object) exit_state



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

def exit_state
  @exit_state
end

- (Object) icon_uri



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

def icon_uri
  @icon_uri
end

- (Object) name



15
16
17
# File 'uu_os-0.29.16/lib/uu/os/activity_state_template/activity_state_template_create.rb', line 15

def name
  @name
end

- (Object) order



39
40
41
# File 'uu_os-0.29.16/lib/uu/os/activity_state_template/activity_state_template_create.rb', line 39

def order
  @order
end

- (Object) participants



42
43
44
# File 'uu_os-0.29.16/lib/uu/os/activity_state_template/activity_state_template_create.rb', line 42

def participants
  @participants
end

- (Object) subtype



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

def subtype
  @subtype
end

- (Object) type



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

def type
  @type
end