Exception: Audrey::Exception::DatabaseExit

Inherits:
Audrey::Exception show all
Defined in:
lib/audrey.rb

Overview

Audrey::Exception::DatabaseExit

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(p_db) ⇒ DatabaseExit


initialize



2291
2292
2293
# File 'lib/audrey.rb', line 2291

def initialize(p_db)
  @db = p_db
end

Instance Attribute Details

#dbObject (readonly)

Returns the value of attribute db.



2286
2287
2288
# File 'lib/audrey.rb', line 2286

def db
  @db
end