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.
176 177 178 |
# File 'lib/goat.rb', line 176 def initialize(path) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
174 175 176 |
# File 'lib/goat.rb', line 174 def path @path end |