Class: Maglev::DependencyGraph::Edge
- Inherits:
-
Struct
- Object
- Struct
- Maglev::DependencyGraph::Edge
- Defined in:
- lib/maglev/dependency_graph.rb
Instance Attribute Summary collapse
-
#inverse ⇒ Object
Returns the value of attribute inverse.
-
#owner_class ⇒ Object
Returns the value of attribute owner_class.
-
#related_class ⇒ Object
Returns the value of attribute related_class.
-
#relation_name ⇒ Object
Returns the value of attribute relation_name.
Instance Attribute Details
#inverse ⇒ Object
Returns the value of attribute inverse
7 8 9 |
# File 'lib/maglev/dependency_graph.rb', line 7 def inverse @inverse end |
#owner_class ⇒ Object
Returns the value of attribute owner_class
7 8 9 |
# File 'lib/maglev/dependency_graph.rb', line 7 def owner_class @owner_class end |
#related_class ⇒ Object
Returns the value of attribute related_class
7 8 9 |
# File 'lib/maglev/dependency_graph.rb', line 7 def @related_class end |
#relation_name ⇒ Object
Returns the value of attribute relation_name
7 8 9 |
# File 'lib/maglev/dependency_graph.rb', line 7 def relation_name @relation_name end |