Class: Bundler::Resolver::State
- Inherits:
-
Struct
- Object
- Struct
- Bundler::Resolver::State
- Defined in:
- lib/bundler/resolver.rb
Instance Attribute Summary collapse
-
#activated ⇒ Object
Returns the value of attribute activated.
-
#conflicts ⇒ Object
Returns the value of attribute conflicts.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#possibles ⇒ Object
Returns the value of attribute possibles.
-
#reqs ⇒ Object
Returns the value of attribute reqs.
-
#requirement ⇒ Object
Returns the value of attribute requirement.
Instance Method Summary collapse
Instance Attribute Details
#activated ⇒ Object
Returns the value of attribute activated
167 168 169 |
# File 'lib/bundler/resolver.rb', line 167 def activated @activated end |
#conflicts ⇒ Object
Returns the value of attribute conflicts
167 168 169 |
# File 'lib/bundler/resolver.rb', line 167 def conflicts @conflicts end |
#depth ⇒ Object
Returns the value of attribute depth
167 168 169 |
# File 'lib/bundler/resolver.rb', line 167 def depth @depth end |
#possibles ⇒ Object
Returns the value of attribute possibles
167 168 169 |
# File 'lib/bundler/resolver.rb', line 167 def possibles @possibles end |
#reqs ⇒ Object
Returns the value of attribute reqs
167 168 169 |
# File 'lib/bundler/resolver.rb', line 167 def reqs @reqs end |
#requirement ⇒ Object
Returns the value of attribute requirement
167 168 169 |
# File 'lib/bundler/resolver.rb', line 167 def requirement @requirement end |
Instance Method Details
#name ⇒ Object
168 169 170 |
# File 'lib/bundler/resolver.rb', line 168 def name requirement.name end |