Class: MilkTea::PackageLock::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/packages/lock.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



10
11
12
# File 'lib/milk_tea/packages/lock.rb', line 10

def content
  @content
end

#lock_pathObject (readonly)

Returns the value of attribute lock_path

Returns:

  • (Object)

    the current value of lock_path



10
11
12
# File 'lib/milk_tea/packages/lock.rb', line 10

def lock_path
  @lock_path
end