Class: UU::OS::Artifact::ArtifactHeaderDisplayMode

Inherits:
Object
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/artifact/artifact_header_display_mode.rb

Overview

Artifact setting enum for artifact header type.

Constant Summary

DEFAULT =

Default setting of artifact header type.

'DEFAULT'
HIDDEN =

Artifact header is hidden.

'HIDDEN'
ONE_LINE =

Artifact header type is one line (location, artifact code).

'ONE-LINE'
TWO_LINES =

Artifact header type is two lines (comp. role, location, artifact code, meta artifact).

'TWO-LINES'