Class: Bundler::Molinillo::DependencyGraph::Edge
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          Struct
         | |
| Instance Chain: 
          self,
          Struct
         | |
| Inherits: | Struct 
 | 
| Defined in: | lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb | 
Overview
A directed edge of a ::Bundler::Molinillo::DependencyGraph
Instance Attribute Summary
- 
    
      #destination  
    
    rw
    A directed edge of a ::Bundler::Molinillo::DependencyGraph
- 
    
      #origin  
    
    rw
    A directed edge of a ::Bundler::Molinillo::DependencyGraph
- 
    
      #requirement  
    
    rw
    A directed edge of a ::Bundler::Molinillo::DependencyGraph
Instance Attribute Details
#destination (rw)
A directed edge of a ::Bundler::Molinillo::DependencyGraph
# File 'lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb', line 46
Edge = Struct.new(:origin, :destination, :requirement)
#origin (rw)
A directed edge of a ::Bundler::Molinillo::DependencyGraph
# File 'lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb', line 46
Edge = Struct.new(:origin, :destination, :requirement)
#requirement (rw)
A directed edge of a ::Bundler::Molinillo::DependencyGraph
# File 'lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb', line 46
Edge = Struct.new(:origin, :destination, :requirement)