Class: MultiRepo::Dependency
- Inherits:
-
Object
- Object
- MultiRepo::Dependency
- Defined in:
- lib/multirepo/logic/dependency.rb
Instance Attribute Summary collapse
-
#config_entry ⇒ Object
Returns the value of attribute config_entry.
-
#lock_entry ⇒ Object
Returns the value of attribute lock_entry.
Instance Attribute Details
#config_entry ⇒ Object
Returns the value of attribute config_entry.
3 4 5 |
# File 'lib/multirepo/logic/dependency.rb', line 3 def config_entry @config_entry end |
#lock_entry ⇒ Object
Returns the value of attribute lock_entry.
4 5 6 |
# File 'lib/multirepo/logic/dependency.rb', line 4 def lock_entry @lock_entry end |