Class: ArchSpec::Edge
- Inherits:
-
Data
- Object
- Data
- ArchSpec::Edge
- Defined in:
- lib/archspec/model.rb
Instance Attribute Summary collapse
-
#confidence ⇒ Object
readonly
Returns the value of attribute confidence.
-
#from_constant ⇒ Object
readonly
Returns the value of attribute from_constant.
-
#from_path ⇒ Object
readonly
Returns the value of attribute from_path.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#confidence ⇒ Object (readonly)
Returns the value of attribute confidence
70 71 72 |
# File 'lib/archspec/model.rb', line 70 def confidence @confidence end |
#from_constant ⇒ Object (readonly)
Returns the value of attribute from_constant
70 71 72 |
# File 'lib/archspec/model.rb', line 70 def from_constant @from_constant end |
#from_path ⇒ Object (readonly)
Returns the value of attribute from_path
70 71 72 |
# File 'lib/archspec/model.rb', line 70 def from_path @from_path end |
#location ⇒ Object (readonly)
Returns the value of attribute location
70 71 72 |
# File 'lib/archspec/model.rb', line 70 def location @location end |
#to ⇒ Object (readonly)
Returns the value of attribute to
70 71 72 |
# File 'lib/archspec/model.rb', line 70 def to @to end |
#type ⇒ Object (readonly)
Returns the value of attribute type
70 71 72 |
# File 'lib/archspec/model.rb', line 70 def type @type end |