Exception: Goat::NotFoundError
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
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
#path ⇒ Object (readonly)
Returns the value of attribute path.
173 174 175 |
# File 'lib/goat.rb', line 173 def path @path end |