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
170 171 172 |
# File 'lib/bundler/resolver.rb', line 170 def activated @activated end |
#conflicts ⇒ Object
Returns the value of attribute conflicts
170 171 172 |
# File 'lib/bundler/resolver.rb', line 170 def conflicts @conflicts end |
#depth ⇒ Object
Returns the value of attribute depth
170 171 172 |
# File 'lib/bundler/resolver.rb', line 170 def depth @depth end |
#possibles ⇒ Object
Returns the value of attribute possibles
170 171 172 |
# File 'lib/bundler/resolver.rb', line 170 def possibles @possibles end |
#reqs ⇒ Object
Returns the value of attribute reqs
170 171 172 |
# File 'lib/bundler/resolver.rb', line 170 def reqs @reqs end |
#requirement ⇒ Object
Returns the value of attribute requirement
170 171 172 |
# File 'lib/bundler/resolver.rb', line 170 def requirement @requirement end |
Instance Method Details
#name ⇒ Object
171 172 173 |
# File 'lib/bundler/resolver.rb', line 171 def name requirement.name end |