Exception: Jeweler::Commands::CheckDependencies::MissingDependenciesError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/jeweler/commands/check_dependencies.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dependenciesObject

Returns the value of attribute dependencies.



5
6
7
# File 'lib/jeweler/commands/check_dependencies.rb', line 5

def dependencies
  @dependencies
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/jeweler/commands/check_dependencies.rb', line 5

def type
  @type
end