Exception: Readyset::Query::BaseError
- Inherits:
-
StandardError
- Object
- StandardError
- Readyset::Query::BaseError
- Defined in:
- lib/readyset/query.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id) ⇒ BaseError
constructor
A new instance of BaseError.
Constructor Details
#initialize(id) ⇒ BaseError
Returns a new instance of BaseError.
10 11 12 |
# File 'lib/readyset/query.rb', line 10 def initialize(id) @id = id end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
8 9 10 |
# File 'lib/readyset/query.rb', line 8 def id @id end |