Class: DbdOnto::Dbd

Inherits:
Base
  • Object
show all
Defined in:
lib/dbd_onto/dbd.rb

Instance Method Summary collapse

Methods included from MetaContext

#meta_context, #schema_context

Constructor Details

#initializeDbd

Returns a new instance of Dbd.



4
5
6
7
8
# File 'lib/dbd_onto/dbd.rb', line 4

def initialize
  super
  self << meta_context
  self << dbd_resource
end