Exception: Jeweler::Commands::CheckDependencies::MissingDependenciesError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Jeweler::Commands::CheckDependencies::MissingDependenciesError
- Defined in:
- lib/jeweler/commands/check_dependencies.rb
Instance Attribute Summary collapse
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#dependencies ⇒ Object
Returns the value of attribute dependencies.
5 6 7 |
# File 'lib/jeweler/commands/check_dependencies.rb', line 5 def dependencies @dependencies end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/jeweler/commands/check_dependencies.rb', line 5 def type @type end |