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



2284
2285
2286
# File 'lib/audrey.rb', line 2284

def initialize(p_db)
	@db = p_db
end

Instance Attribute Details

#dbObject (readonly)

Returns the value of attribute db.



2279
2280
2281
# File 'lib/audrey.rb', line 2279

def db
  @db
end