Class: Varar::Core::VarLock

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/core/drift.rb

Overview

The whole varar.lock.json: every spec keyed by its POSIX path.

Instance Attribute Summary collapse

Instance Attribute Details

#specsObject (readonly)

Returns the value of attribute specs

Returns:

  • (Object)

    the current value of specs



16
17
18
# File 'lib/varar/core/drift.rb', line 16

def specs
  @specs
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



16
17
18
# File 'lib/varar/core/drift.rb', line 16

def version
  @version
end