Exception: Readyset::Query::BaseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/readyset/query.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#idObject (readonly)

Returns the value of attribute id.



8
9
10
# File 'lib/readyset/query.rb', line 8

def id
  @id
end