Class: Gem::Resolver::Molinillo::DependencyGraph::Edge

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#destinationVertex

The destination of the directed edge



39
40
41
# File 'lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb', line 39

def destination
  @destination
end

#originVertex

The origin of the directed edge



39
40
41
# File 'lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb', line 39

def origin
  @origin
end

#requirementObject

The requirement the directed edge represents



39
40
41
# File 'lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb', line 39

def requirement
  @requirement
end