Class: Server::DB
- Inherits:
-
JunglePath::DBAccess::IO::DB
- Object
- JunglePath::DBAccess::IO::DB
- Server::DB
- Includes:
- Singleton
- Defined in:
- lib/jungle_path/app/db/db.rb
Instance Attribute Summary
Attributes inherited from JunglePath::DBAccess::IO::DB
#base, #config, #copy, #database_name, #delete, #insert, #postgresql, #schema, #select, #update
Instance Method Summary collapse
-
#initialize ⇒ DB
constructor
A new instance of DB.
Methods inherited from JunglePath::DBAccess::IO::DB
#copy_table_data, #create_table_like, #drop_table?, #get_max_id_for_table, #rename_table, #reset_sequence_for_table, #table_exists?, #transaction
Constructor Details
#initialize ⇒ DB
Returns a new instance of DB.
9 10 11 |
# File 'lib/jungle_path/app/db/db.rb', line 9 def initialize super jungle.db end |