Class: Ohm::Model::IndexNotFound
- Inherits:
-
Ohm::Error
- Object
- Ohm::Model::IndexNotFound
- Defined in:
- lib/ohm.rb
Instance Method Summary (collapse)
-
- (IndexNotFound) initialize(att)
constructor
A new instance of IndexNotFound.
- - (Object) message
Constructor Details
- (IndexNotFound) initialize(att)
A new instance of IndexNotFound
307 308 309 |
# File 'lib/ohm.rb', line 307 def initialize(att) @att = att end |
Instance Method Details
- (Object) message
311 312 313 |
# File 'lib/ohm.rb', line 311 def "Index #{@att.inspect} not found." end |