Class: ArchSpec::Edge

Inherits:
Data
  • Object
show all
Defined in:
lib/archspec/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceObject (readonly)

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



70
71
72
# File 'lib/archspec/model.rb', line 70

def confidence
  @confidence
end

#from_constantObject (readonly)

Returns the value of attribute from_constant

Returns:

  • (Object)

    the current value of from_constant



70
71
72
# File 'lib/archspec/model.rb', line 70

def from_constant
  @from_constant
end

#from_pathObject (readonly)

Returns the value of attribute from_path

Returns:

  • (Object)

    the current value of from_path



70
71
72
# File 'lib/archspec/model.rb', line 70

def from_path
  @from_path
end

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



70
71
72
# File 'lib/archspec/model.rb', line 70

def location
  @location
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



70
71
72
# File 'lib/archspec/model.rb', line 70

def to
  @to
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



70
71
72
# File 'lib/archspec/model.rb', line 70

def type
  @type
end