Class: Gifts::TableBase
- Inherits:
-
Object
- Object
- Gifts::TableBase
- Extended by:
- Forwardable
- Defined in:
- lib/gifts/table_base.rb
Instance Method Summary collapse
-
#initialize(database) ⇒ TableBase
constructor
A new instance of TableBase.
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 |