Class: OneWayDependency
- Inherits:
-
Struct
- Object
- Struct
- OneWayDependency
- Defined in:
- lib/command.rb
Overview
Defines a dependency from source file to target file
Instance Attribute Summary collapse
-
#src ⇒ Object
Returns the value of attribute src.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#src ⇒ Object
Returns the value of attribute src
36 37 38 |
# File 'lib/command.rb', line 36 def src @src end |
#target ⇒ Object
Returns the value of attribute target
36 37 38 |
# File 'lib/command.rb', line 36 def target @target end |