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.



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

def initialize(path)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



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

def path
  @path
end