123456789_123456789_123456789_123456789_123456789_

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

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb

Overview

A directed edge of a ::Gem::Molinillo::DependencyGraph

Instance Attribute Summary

Instance Attribute Details

#destination (rw)

A directed edge of a ::Gem::Molinillo::DependencyGraph

[ GitHub ]

  
# File 'lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb', line 45

Edge = Struct.new(:origin, :destination, :requirement)

#origin (rw)

A directed edge of a ::Gem::Molinillo::DependencyGraph

[ GitHub ]

  
# File 'lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb', line 45

Edge = Struct.new(:origin, :destination, :requirement)

#requirement (rw)

A directed edge of a ::Gem::Molinillo::DependencyGraph

[ GitHub ]

  
# File 'lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb', line 45

Edge = Struct.new(:origin, :destination, :requirement)