Exception: Inspec::GemDependencyInstallError

Inherits:
Error
  • Object
show all
Defined in:
lib/inspec/errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#gem_nameObject

Returns the value of attribute gem_name.



22
23
24
# File 'lib/inspec/errors.rb', line 22

def gem_name
  @gem_name
end

#versionObject

Returns the value of attribute version.



23
24
25
# File 'lib/inspec/errors.rb', line 23

def version
  @version
end