Exception: Vimmer::InvalidPathError
- Inherits:
-
StandardError
- Object
- StandardError
- Vimmer::InvalidPathError
- Defined in:
- lib/vimmer.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path) ⇒ InvalidPathError
constructor
A new instance of InvalidPathError.
Constructor Details
#initialize(path) ⇒ InvalidPathError
Returns a new instance of InvalidPathError.
12 13 14 |
# File 'lib/vimmer.rb', line 12 def initialize(path) @path = path end |
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
10 11 12 |
# File 'lib/vimmer.rb', line 10 def path @path end |