Exception: Zermelo::Records::Errors::RecordsNotFound
- Inherits:
-
ZermeloError
- Object
- RuntimeError
- ZermeloError
- 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.
20 21 22 23 |
# File 'lib/zermelo/records/errors.rb', line 20 def initialize(k, i) @klass = k @ids = i end |
Instance Attribute Details
#ids ⇒ Object (readonly)
Returns the value of attribute ids.
18 19 20 |
# File 'lib/zermelo/records/errors.rb', line 18 def ids @ids end |
#klass ⇒ Object (readonly)
Returns the value of attribute klass.
18 19 20 |
# File 'lib/zermelo/records/errors.rb', line 18 def klass @klass end |