Class: UU::OS::SheetTemplate::SheetTemplateAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::SheetTemplate::SheetTemplateAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the sheet template.
-
- (Object) creation_stamp
Creation stamp of the sheet template.
-
- (Object) creation_time
Creattion time of the sheet template.
-
- (Object) description
Description of the sheet template.
-
- (Object) entity_type_uri
UESURI of the entity type of the sheet template.
-
- (Object) implicit_creation
Specifies whether sheet should be created by the sheet template simultaneously with artifact creation.
-
- (Object) lock_access_role_uri
Who (which access role) has locked the sheet template.
-
- (Object) lock_role_uri
What role has locked the sheet template.
-
- (Object) lock_time
When the sheet template has been locked.
-
- (Object) locked
Specifies if the sheet template is locked.
-
- (Object) main
Flag of main sheet template.
-
- (Object) modification_stamp
Modification stamp of the sheet template.
-
- (Object) modification_time
Modification time of the sheet template.
-
- (Object) name
Name of the sheet template.
-
- (Object) order
Order of sheet template on meta-artifact.
-
- (Object) source_template_uri
UESURI of the sheet template from which the specified sheet template was copied.
-
- (Object) uri
Normalized UESURI of the sheet template.
-
- (Object) uxml_version
UXML version of the sheet template.
-
- (Object) version
Version of the sheet template.
-
- (Object) version_label
Version of the sheet.
-
- (Object) visible
Flag of visible sheet template.
-
- (Object) width
Width of the sheet template.
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
Code of the sheet template.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 16 def code @code end |
- (Object) creation_stamp
Creation stamp of the sheet template.
55 56 57 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 55 def creation_stamp @creation_stamp end |
- (Object) creation_time
Creattion time of the sheet template.
49 50 51 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 49 def creation_time @creation_time end |
- (Object) description
Description of the sheet template.
28 29 30 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 28 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the sheet template. Never nil.
73 74 75 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 73 def entity_type_uri @entity_type_uri end |
- (Object) implicit_creation
Specifies whether sheet should be created by the sheet template simultaneously with artifact creation.
70 71 72 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 70 def implicit_creation @implicit_creation end |
- (Object) lock_access_role_uri
Who (which access role) has locked the sheet template. Null if it is unlocked.
40 41 42 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 40 def lock_access_role_uri @lock_access_role_uri end |
- (Object) lock_role_uri
What role has locked the sheet template. Null if it is unlocked.
37 38 39 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 37 def lock_role_uri @lock_role_uri end |
- (Object) lock_time
When the sheet template has been locked. Null if it is unlocked.
34 35 36 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 34 def lock_time @lock_time end |
- (Object) locked
Specifies if the sheet template is locked.
31 32 33 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 31 def locked @locked end |
- (Object) main
Flag of main sheet template.
25 26 27 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 25 def main @main end |
- (Object) modification_stamp
Modification stamp of the sheet template.
58 59 60 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 58 def modification_stamp @modification_stamp end |
- (Object) modification_time
Modification time of the sheet template.
52 53 54 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 52 def modification_time @modification_time end |
- (Object) name
Name of the sheet template.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 13 def name @name end |
- (Object) order
Order of sheet template on meta-artifact.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 22 def order @order end |
- (Object) source_template_uri
UESURI of the sheet template from which the specified sheet template was copied.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 19 def source_template_uri @source_template_uri end |
- (Object) uri
Normalized UESURI of the sheet template.
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 10 def uri @uri end |
- (Object) uxml_version
UXML version of the sheet template.
67 68 69 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 67 def uxml_version @uxml_version end |
- (Object) version
Version of the sheet template.
61 62 63 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 61 def version @version end |
- (Object) version_label
Version of the sheet.
64 65 66 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 64 def version_label @version_label end |
- (Object) visible
Flag of visible sheet template.
43 44 45 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 43 def visible @visible end |
- (Object) width
Width of the sheet template.
46 47 48 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_attributes.rb', line 46 def width @width end |