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



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

def confidence
  @confidence
end

#from_constantObject (readonly)

Returns the value of attribute from_constant

Returns:

  • (Object)

    the current value of from_constant



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

def from_constant
  @from_constant
end

#from_pathObject (readonly)

Returns the value of attribute from_path

Returns:

  • (Object)

    the current value of from_path



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

def from_path
  @from_path
end

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



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

def location
  @location
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



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

def to
  @to
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end