Class: Amalgalite::SQLite3::Database::DBStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/amalgalite/sqlite3/database/status.rb

Overview

Top level Status object holding all the Stat objects indicating the DBStatus of the SQLite3 C library.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(api_db) ⇒ DBStatus

Returns a new instance of DBStatus.



58
59
60
# File 'lib/amalgalite/sqlite3/database/status.rb', line 58

def initialize( api_db )
  @api_db = api_db
end

Instance Attribute Details

#api_dbObject (readonly)

Returns the value of attribute api_db.



56
57
58
# File 'lib/amalgalite/sqlite3/database/status.rb', line 56

def api_db
  @api_db
end