Exception: Artisan::RecordNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Artisan::RecordNotFound
- Defined in:
- lib/artisan/repository.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
readonly
Returns the value of attribute base.
Instance Method Summary collapse
-
#initialize(base = nil) ⇒ RecordNotFound
constructor
A new instance of RecordNotFound.
Constructor Details
#initialize(base = nil) ⇒ RecordNotFound
Returns a new instance of RecordNotFound.
5 6 7 |
# File 'lib/artisan/repository.rb', line 5 def initialize(base = nil) @base = base end |
Instance Attribute Details
#base ⇒ Object (readonly)
Returns the value of attribute base.
3 4 5 |
# File 'lib/artisan/repository.rb', line 3 def base @base end |