Exception: Vimmer::InvalidPathError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#pathObject

Returns the value of attribute path.



10
11
12
# File 'lib/vimmer.rb', line 10

def path
  @path
end