Exception: Zermelo::Records::Errors::RecordsNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Zermelo::Records::Errors::RecordsNotFound
- Defined in:
- lib/zermelo/records/errors.rb
Instance Attribute Summary collapse
-
#ids ⇒ Object
readonly
Returns the value of attribute ids.
-
#klass ⇒ Object
readonly
Returns the value of attribute klass.
Instance Method Summary collapse
-
#initialize(k, i) ⇒ RecordsNotFound
constructor
A new instance of RecordsNotFound.
Constructor Details
#initialize(k, i) ⇒ RecordsNotFound
Returns a new instance of RecordsNotFound.
17 18 19 20 |
# File 'lib/zermelo/records/errors.rb', line 17 def initialize(k, i) @klass = k @ids = i end |
Instance Attribute Details
#ids ⇒ Object (readonly)
Returns the value of attribute ids.
15 16 17 |
# File 'lib/zermelo/records/errors.rb', line 15 def ids @ids end |
#klass ⇒ Object (readonly)
Returns the value of attribute klass.
15 16 17 |
# File 'lib/zermelo/records/errors.rb', line 15 def klass @klass end |