class Capsium::Package::LayerConfig
A single storage layer entry (ARCHITECTURE.md section 5a). “path” is a package-relative directory mirroring the content/ tree; layers are stacked bottom -> top in declaration order. “visibility: private” layers are hidden from dependent packages.
Public Instance Methods
() → bool
Source
# File lib/capsium/package/storage_config.rb, line 67 def private? visibility == "private" end