Class: UU::OS::Activity::ActivitySetState
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Activity::ActivitySetState
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/activity/activity_set_state.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
23
24
25
|
# File 'uu_os-0.29.16/lib/uu/os/activity/activity_set_state.rb', line 23
def
@comment
end
|
- (Object) subtype
20
21
22
|
# File 'uu_os-0.29.16/lib/uu/os/activity/activity_set_state.rb', line 20
def subtype
@subtype
end
|
- (Object) template_uri
14
15
16
|
# File 'uu_os-0.29.16/lib/uu/os/activity/activity_set_state.rb', line 14
def template_uri
@template_uri
end
|
- (Object) type
17
18
19
|
# File 'uu_os-0.29.16/lib/uu/os/activity/activity_set_state.rb', line 17
def type
@type
end
|