Class: Oselvar::Var::Core::VarLock
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::VarLock
- Defined in:
- lib/oselvar/var/core/drift.rb
Overview
The whole var.lock.json: every spec keyed by its POSIX path.
Instance Attribute Summary collapse
-
#specs ⇒ Object
readonly
Returns the value of attribute specs.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#specs ⇒ Object (readonly)
Returns the value of attribute specs
17 18 19 |
# File 'lib/oselvar/var/core/drift.rb', line 17 def specs @specs end |
#version ⇒ Object (readonly)
Returns the value of attribute version
17 18 19 |
# File 'lib/oselvar/var/core/drift.rb', line 17 def version @version end |