Class: Gifts::TableBase

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/gifts/table_base.rb

Instance Method Summary collapse

Constructor Details

#initialize(database) ⇒ TableBase

Returns a new instance of TableBase.



7
8
9
10
# File 'lib/gifts/table_base.rb', line 7

def initialize(database)
  @db = database
  define_schema
end