Class: Bundler::PubGrub::Incompatibility::InvalidDependency
- Inherits:
-
Struct
- Object
- Struct
- Bundler::PubGrub::Incompatibility::InvalidDependency
- Defined in:
- lib/bundler/vendor/pub_grub/lib/pub_grub/incompatibility.rb
Instance Attribute Summary collapse
-
#constraint ⇒ Object
Returns the value of attribute constraint.
-
#package ⇒ Object
Returns the value of attribute package.
Instance Attribute Details
#constraint ⇒ Object
Returns the value of attribute constraint
8 9 10 |
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/incompatibility.rb', line 8 def constraint @constraint end |
#package ⇒ Object
Returns the value of attribute package
8 9 10 |
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/incompatibility.rb', line 8 def package @package end |