Exception: Goat::NotFoundError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/goat.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ NotFoundError

Returns a new instance of NotFoundError.



176
177
178
# File 'lib/goat.rb', line 176

def initialize(path)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



174
175
176
# File 'lib/goat.rb', line 174

def path
  @path
end