Class: Bundler::Molinillo::ResolutionState
- Inherits:
-
Struct
- Object
- Struct
- Bundler::Molinillo::ResolutionState
- Defined in:
- lib/bundler/vendor/molinillo/lib/molinillo/state.rb
Overview
A state that a Resolution can be in
Direct Known Subclasses
Instance Attribute Summary collapse
-
#activated ⇒ DependencyGraph
The current value of activated.
-
#conflicts ⇒ Set<Object>
The current value of conflicts.
-
#depth ⇒ Integer
The current value of depth.
-
#name ⇒ String
The current value of name.
-
#possibilities ⇒ Object
Returns the value of attribute possibilities.
-
#requirement ⇒ Object
The current value of requirement.
-
#requirements ⇒ Array<Object>
The current value of requirements.
Instance Attribute Details
#activated ⇒ DependencyGraph
Returns the current value of activated.
10 11 12 |
# File 'lib/bundler/vendor/molinillo/lib/molinillo/state.rb', line 10 def activated @activated end |
#conflicts ⇒ Set<Object>
Returns the current value of conflicts.
10 11 12 |
# File 'lib/bundler/vendor/molinillo/lib/molinillo/state.rb', line 10 def conflicts @conflicts end |
#depth ⇒ Integer
Returns the current value of depth.
10 11 12 |
# File 'lib/bundler/vendor/molinillo/lib/molinillo/state.rb', line 10 def depth @depth end |
#name ⇒ String
Returns the current value of name.
10 11 12 |
# File 'lib/bundler/vendor/molinillo/lib/molinillo/state.rb', line 10 def name @name end |
#possibilities ⇒ Object
Returns the value of attribute possibilities
10 11 12 |
# File 'lib/bundler/vendor/molinillo/lib/molinillo/state.rb', line 10 def possibilities @possibilities end |
#requirement ⇒ Object
Returns the current value of requirement.
10 11 12 |
# File 'lib/bundler/vendor/molinillo/lib/molinillo/state.rb', line 10 def requirement @requirement end |
#requirements ⇒ Array<Object>
Returns the current value of requirements.
10 11 12 |
# File 'lib/bundler/vendor/molinillo/lib/molinillo/state.rb', line 10 def requirements @requirements end |