Exception: Vimmer::InstallerNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Vimmer::InstallerNotFoundError
- Defined in:
- lib/vimmer.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path) ⇒ InstallerNotFoundError
constructor
A new instance of InstallerNotFoundError.
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
#path ⇒ Object
Returns the value of attribute path.
19 20 21 |
# File 'lib/vimmer.rb', line 19 def path @path end |