Class: Gem::Resolver::State
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/rubygems/resolver.rb |
Overview
Contains the state for attempting activation of a set of possible specs. #needed is a ::Gem::List of DependencyRequest objects that, well, need to be satisfied. #specs is the ::Gem::List of ActivationRequest that are being tested. #dep is the DependencyRequest that was used to generate this state. #spec is the Specification for this state. possible
is ::Gem::List of DependencyRequest objects that can be tried to find a complete set. #conflicts is a [DependencyRequest, Conflict] hit tried to activate the state.
Instance Attribute Summary
-
#conflicts
rw
Contains the state for attempting activation of a set of possible specs.
-
#dep
rw
Contains the state for attempting activation of a set of possible specs.
-
#needed
rw
Contains the state for attempting activation of a set of possible specs.
-
#possibles
rw
Contains the state for attempting activation of a set of possible specs.
-
#spec
rw
Contains the state for attempting activation of a set of possible specs.
-
#specs
rw
Contains the state for attempting activation of a set of possible specs.
Instance Attribute Details
#conflicts (rw)
Contains the state for attempting activation of a set of possible specs. #needed is a ::Gem::List of DependencyRequest objects that, well, need to be satisfied. #specs is the ::Gem::List of ActivationRequest that are being tested. #dep is the DependencyRequest that was used to generate this state. #spec is the Specification for this state. possible
is ::Gem::List of DependencyRequest objects that can be tried to find a complete set. conflicts
is a [DependencyRequest, Conflict] hit tried to activate the state.
#dep (rw)
Contains the state for attempting activation of a set of possible specs. #needed is a ::Gem::List of DependencyRequest objects that, well, need to be satisfied. #specs is the ::Gem::List of ActivationRequest that are being tested. dep
is the DependencyRequest that was used to generate this state. #spec is the Specification for this state. possible
is ::Gem::List of DependencyRequest objects that can be tried to find a complete set. #conflicts is a [DependencyRequest, Conflict] hit tried to activate the state.
#needed (rw)
Contains the state for attempting activation of a set of possible specs. needed
is a ::Gem::List of DependencyRequest objects that, well, need to be satisfied. #specs is the ::Gem::List of ActivationRequest that are being tested. #dep is the DependencyRequest that was used to generate this state. #spec is the Specification for this state. possible
is ::Gem::List of DependencyRequest objects that can be tried to find a complete set. #conflicts is a [DependencyRequest, Conflict] hit tried to activate the state.
#possibles (rw)
Contains the state for attempting activation of a set of possible specs. #needed is a ::Gem::List of DependencyRequest objects that, well, need to be satisfied. #specs is the ::Gem::List of ActivationRequest that are being tested. #dep is the DependencyRequest that was used to generate this state. #spec is the Specification for this state. possible
is ::Gem::List of DependencyRequest objects that can be tried to find a complete set. #conflicts is a [DependencyRequest, Conflict] hit tried to activate the state.
#spec (rw)
Contains the state for attempting activation of a set of possible specs. #needed is a ::Gem::List of DependencyRequest objects that, well, need to be satisfied. #specs is the ::Gem::List of ActivationRequest that are being tested. #dep is the DependencyRequest that was used to generate this state. spec
is the Specification for this state. possible
is ::Gem::List of DependencyRequest objects that can be tried to find a complete set. #conflicts is a [DependencyRequest, Conflict] hit tried to activate the state.
#specs (rw)
Contains the state for attempting activation of a set of possible specs. #needed is a ::Gem::List of DependencyRequest objects that, well, need to be satisfied. specs
is the ::Gem::List of ActivationRequest that are being tested. #dep is the DependencyRequest that was used to generate this state. #spec is the Specification for this state. possible
is ::Gem::List of DependencyRequest objects that can be tried to find a complete set. #conflicts is a [DependencyRequest, Conflict] hit tried to activate the state.