Exception: Ymodel::SourceFileNotFound
- Inherits:
-
YmodelError
- Object
- StandardError
- YmodelError
- Ymodel::SourceFileNotFound
- Defined in:
- lib/ymodel/errors.rb
Instance Attribute Summary collapse
-
#model ⇒ Object
readonly
Returns the value of attribute model.
Instance Method Summary collapse
-
#initialize(message = nil, model = nil) ⇒ SourceFileNotFound
constructor
A new instance of SourceFileNotFound.
Constructor Details
#initialize(message = nil, model = nil) ⇒ SourceFileNotFound
Returns a new instance of SourceFileNotFound.
13 14 15 16 17 |
# File 'lib/ymodel/errors.rb', line 13 def initialize( = nil, model = nil) @model = model super() end |
Instance Attribute Details
#model ⇒ Object (readonly)
Returns the value of attribute model.
11 12 13 |
# File 'lib/ymodel/errors.rb', line 11 def model @model end |