Class: UU::OS::SheetTemplate::SheetTemplateSetAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::SheetTemplate::SheetTemplateSetAttributes
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_set_attributes.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
13
14
15
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_set_attributes.rb', line 13
def code
@code
end
|
- (Object) description
25
26
27
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_set_attributes.rb', line 25
def description
@description
end
|
- (Object) implicit_creation
31
32
33
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_set_attributes.rb', line 31
def implicit_creation
@implicit_creation
end
|
- (Object) main
16
17
18
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_set_attributes.rb', line 16
def main
@main
end
|
- (Object) name
10
11
12
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_set_attributes.rb', line 10
def name
@name
end
|
- (Object) order
22
23
24
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_set_attributes.rb', line 22
def order
@order
end
|
- (Object) visible
19
20
21
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_set_attributes.rb', line 19
def visible
@visible
end
|
- (Object) width
28
29
30
|
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_set_attributes.rb', line 28
def width
@width
end
|