Class: UU::OS::Activity::ActivityStateAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Activity::ActivityStateAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/activity/activity_state_attributes.rb
Overview
Instance Attribute Summary (collapse)
-
- (Object) access_role_uri
UESURI of the access role, which set the activity state.
-
- (Object) comment
Comment on the activity state.
-
- (Object) creation_stamp
Creation stamp of the activity state.
-
- (Object) creation_time
Time when the activity state was set.
-
- (Object) name
Activity state name.
-
- (Object) subtype
Activity state subtype.
-
- (Object) type
Activity state type.
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) access_role_uri
UESURI of the access role, which set the activity state. Nil when access role no longer exists or cannot be retrieved (on old activity states).
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/activity/activity_state_attributes.rb', line 14 def access_role_uri @access_role_uri end |
- (Object) comment
Comment on the activity state.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/activity/activity_state_attributes.rb', line 17 def comment @comment end |
- (Object) creation_stamp
Creation stamp of the activity state. Not nil.
36 37 38 |
# File 'uu_os-0.29.16/lib/uu/os/activity/activity_state_attributes.rb', line 36 def creation_stamp @creation_stamp end |
- (Object) creation_time
Time when the activity state was set. Not nil.
33 34 35 |
# File 'uu_os-0.29.16/lib/uu/os/activity/activity_state_attributes.rb', line 33 def creation_time @creation_time end |
- (Object) name
Activity state name. Not nil.
20 21 22 |
# File 'uu_os-0.29.16/lib/uu/os/activity/activity_state_attributes.rb', line 20 def name @name end |
- (Object) subtype
Activity state subtype. Not nil.
30 31 32 |
# File 'uu_os-0.29.16/lib/uu/os/activity/activity_state_attributes.rb', line 30 def subtype @subtype end |
- (Object) type
Activity state type. Not nil.
25 26 27 |
# File 'uu_os-0.29.16/lib/uu/os/activity/activity_state_attributes.rb', line 25 def type @type end |