Class: UU::OS::SheetTemplate::SheetTemplateCreate
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::SheetTemplate::SheetTemplateCreate
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.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
- (Object) code
14
15
16
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.rb', line 14
def code
@code
end
|
- (Object) content
29
30
31
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.rb', line 29
def content
@content
end
|
- (Object) description
17
18
19
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.rb', line 17
def description
@description
end
|
- (Object) implicit_creation
41
42
43
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.rb', line 41
def implicit_creation
@implicit_creation
end
|
- (Object) main
23
24
25
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.rb', line 23
def main
@main
end
|
- (Object) name
11
12
13
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.rb', line 11
def name
@name
end
|
- (Object) order
26
27
28
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.rb', line 26
def order
@order
end
|
- (Object) source_template_uri
20
21
22
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.rb', line 20
def source_template_uri
@source_template_uri
end
|
- (Object) version_label
32
33
34
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.rb', line 32
def version_label
@version_label
end
|
- (Object) visible
35
36
37
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.rb', line 35
def visible
@visible
end
|
- (Object) width
38
39
40
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_create.rb', line 38
def width
@width
end
|