Class: Maglev::DependencyGraph::Edge

Inherits:
Struct
  • Object
show all
Defined in:
lib/maglev/dependency_graph.rb

Instance Attribute Summary collapse

Instance Attribute Details

#inverseObject

Returns the value of attribute inverse

Returns:

  • (Object)

    the current value of inverse



7
8
9
# File 'lib/maglev/dependency_graph.rb', line 7

def inverse
  @inverse
end

#owner_classObject

Returns the value of attribute owner_class

Returns:

  • (Object)

    the current value of owner_class



7
8
9
# File 'lib/maglev/dependency_graph.rb', line 7

def owner_class
  @owner_class
end

Returns the value of attribute related_class

Returns:

  • (Object)

    the current value of related_class



7
8
9
# File 'lib/maglev/dependency_graph.rb', line 7

def related_class
  @related_class
end

#relation_nameObject

Returns the value of attribute relation_name

Returns:

  • (Object)

    the current value of relation_name



7
8
9
# File 'lib/maglev/dependency_graph.rb', line 7

def relation_name
  @relation_name
end