Class: DbdOnto::Dbd
Instance Method Summary collapse
-
#initialize ⇒ Dbd
constructor
A new instance of Dbd.
Methods included from MetaContext
#meta_context, #schema_context
Constructor Details
#initialize ⇒ Dbd
Returns a new instance of Dbd.
4 5 6 7 8 |
# File 'lib/dbd_onto/dbd.rb', line 4 def initialize super self << self << dbd_resource end |