Class: UU::OS::PersonalRole::PersonalRoleSetArtifactPresentationAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::PersonalRole::PersonalRoleSetArtifactPresentationAttributes
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/personal_role/personal_role_set_artifact_presentation_attributes.rb
Overview
Attributes of the user setting for artifact presentation.
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) artifact_display_mode
26
27
28
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_set_artifact_presentation_attributes.rb', line 26
def artifact_display_mode
@artifact_display_mode
end
|
- (Object) artifact_width
11
12
13
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_set_artifact_presentation_attributes.rb', line 11
def artifact_width
@artifact_width
end
|
23
24
25
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_set_artifact_presentation_attributes.rb', line 23
def
@context_menu_display_mode
end
|
- (Object) control_bar_display_mode
17
18
19
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_set_artifact_presentation_attributes.rb', line 17
def control_bar_display_mode
@control_bar_display_mode
end
|
14
15
16
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_set_artifact_presentation_attributes.rb', line 14
def
@header_display_mode
end
|
20
21
22
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_set_artifact_presentation_attributes.rb', line 20
def
@pin_artifact_header
end
|