Module: Osb::Layer

Defined in:
lib/osb/enums/layer.rb

Constant Summary collapse

Background =
"Background"
Fail =
"Fail"
Pass =
"Pass"
Foreground =
"Foreground"
Overlay =
"Overlay"
ALL =
%w[Background Fail Pass Foreground Overlay]