Class: OneWayDependency

Inherits:
Struct
  • Object
show all
Defined in:
lib/command.rb

Overview

Defines a dependency from source file to target file

Instance Attribute Summary collapse

Instance Attribute Details

#srcObject

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



36
37
38
# File 'lib/command.rb', line 36

def src
  @src
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



36
37
38
# File 'lib/command.rb', line 36

def target
  @target
end