Exception: Vimmer::InstallerNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/vimmer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ InstallerNotFoundError

Returns a new instance of InstallerNotFoundError.



21
22
23
# File 'lib/vimmer.rb', line 21

def initialize(path)
  @path = path
end

Instance Attribute Details

#pathObject

Returns the value of attribute path.



19
20
21
# File 'lib/vimmer.rb', line 19

def path
  @path
end