Method: Pod4::Interface#initialize

Defined in:
lib/pod4/interface.rb

#initializeInterface

Individual implementations are likely to have very different initialize methods, which will accept whatever SwingShift object is needed to contact the data store, eg. the Sequel DB object.

Raises:



56
57
58
# File 'lib/pod4/interface.rb', line 56

def initialize
  raise NotImplemented, "Interface needs to define an 'initialize' method"
end