Class: Moult::Index::Edge

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

Overview

One resolved constant-reference dependency between two workspace files. +constant+/+span+ identify a representative reference site (the earliest in src), kept as evidence rather than every duplicate site.

Instance Attribute Summary collapse

Instance Attribute Details

#constantObject

Returns the value of attribute constant

Returns:

  • (Object)

    the current value of constant



49
50
51
# File 'lib/moult/index.rb', line 49

def constant
  @constant
end

#dstObject

Returns the value of attribute dst

Returns:

  • (Object)

    the current value of dst



49
50
51
# File 'lib/moult/index.rb', line 49

def dst
  @dst
end

#spanObject

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



49
50
51
# File 'lib/moult/index.rb', line 49

def span
  @span
end

#srcObject

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



49
50
51
# File 'lib/moult/index.rb', line 49

def src
  @src
end