Class: MilkTea::PackageLock::Result
- Inherits:
-
Data
- Object
- Data
- MilkTea::PackageLock::Result
- Defined in:
- lib/milk_tea/packages/lock.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#lock_path ⇒ Object
readonly
Returns the value of attribute lock_path.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
10 11 12 |
# File 'lib/milk_tea/packages/lock.rb', line 10 def content @content end |
#lock_path ⇒ Object (readonly)
Returns the value of attribute lock_path
10 11 12 |
# File 'lib/milk_tea/packages/lock.rb', line 10 def lock_path @lock_path end |