Class: UU::OS::Artifact::ArtifactSetPresentationAttributes

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os_client-0.10.6/lib/uu/os/artifact/artifact_set_presentation_attributes.rb

Overview

Attributes of the creation artifact presentation setting.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from REST::DTO

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from UU::OS::REST::DTO

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_width

Width of the artifact. Never null. Possible values see in [UU::OS::Artifact::ArtifactWidthType].



14
15
16
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_set_presentation_attributes.rb', line 14

def artifact_width
  @artifact_width
end

- (Object) comment_display_mode

Show/hide comments. Never null. Possible values see in [UU::OS::Artifact::ArtifactCommentsDisplayMode].



23
24
25
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_set_presentation_attributes.rb', line 23

def comment_display_mode
  @comment_display_mode
end

- (Object) context_menu_display_mode

Show simple or advanced context menu. Never null. Possible values see in [UU::OS::Artifact::ArtifactContextMenuDisplayMode].



26
27
28
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_set_presentation_attributes.rb', line 26

def context_menu_display_mode
  @context_menu_display_mode
end

- (Object) control_bar_display_mode

Show/hide control bar. Never null. Possible values see in [UU::OS::Artifact::ArtifactControlBarDisplayMode].



20
21
22
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_set_presentation_attributes.rb', line 20

def control_bar_display_mode
  @control_bar_display_mode
end

- (Object) header_display_mode

Header type. Never null. Possible values see in [UU::OS::Artifact::ArtifactHeaderDisplayMode].



17
18
19
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_set_presentation_attributes.rb', line 17

def header_display_mode
  @header_display_mode
end

- (Object) layout_artifact_uri

UESURI referencing a layout artifact. Never null.



11
12
13
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_set_presentation_attributes.rb', line 11

def layout_artifact_uri
  @layout_artifact_uri
end

- (Object) visual_style

Represents visual style. Possible values see in [UU::OS::Artifact::ArtifactVisualStyle].



29
30
31
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_set_presentation_attributes.rb', line 29

def visual_style
  @visual_style
end