Class: UU::OS::Widget::WidgetSetAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Widget::WidgetSetAttributes
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/widget/widget_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
17
18
19
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 17
def code
@code
end
|
- (Object) controller_url_path
29
30
31
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 29
def controller_url_path
@controller_url_path
end
|
- (Object) description
20
21
22
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 20
def description
@description
end
|
- (Object) editor_available
35
36
37
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 35
def editor_available
@editor_available
end
|
- (Object) height
44
45
46
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 44
def height
@height
end
|
- (Object) icon_uri
26
27
28
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 26
def icon_uri
@icon_uri
end
|
- (Object) name
14
15
16
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 14
def name
@name
end
|
- (Object) placeholder_height
50
51
52
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 50
def placeholder_height
@placeholder_height
end
|
- (Object) placeholder_image
38
39
40
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 38
def placeholder_image
@placeholder_image
end
|
- (Object) placeholder_width
47
48
49
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 47
def placeholder_width
@placeholder_width
end
|
- (Object) security_level
23
24
25
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 23
def security_level
@security_level
end
|
- (Object) trusted
32
33
34
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 32
def trusted
@trusted
end
|
- (Object) width
41
42
43
|
# File 'uu_os-0.29.16/lib/uu/os/widget/widget_set_attributes.rb', line 41
def width
@width
end
|