Class: UU::OS::PersonalRole::PersonalRoleArtifactPresentationAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::PersonalRole::PersonalRoleArtifactPresentationAttributes
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/personal_role/personal_role_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
32
33
34
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_artifact_presentation_attributes.rb', line 32
def artifact_display_mode
@artifact_display_mode
end
|
- (Object) artifact_width
15
16
17
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_artifact_presentation_attributes.rb', line 15
def artifact_width
@artifact_width
end
|
29
30
31
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_artifact_presentation_attributes.rb', line 29
def
@context_menu_display_mode
end
|
- (Object) control_bar_display_mode
21
22
23
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_artifact_presentation_attributes.rb', line 21
def control_bar_display_mode
@control_bar_display_mode
end
|
18
19
20
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_artifact_presentation_attributes.rb', line 18
def
@header_display_mode
end
|
- (Object) personal_role_uri
12
13
14
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_artifact_presentation_attributes.rb', line 12
def personal_role_uri
@personal_role_uri
end
|
25
26
27
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_artifact_presentation_attributes.rb', line 25
def
@pin_artifact_header
end
|