Class: Enygma::Adapters::DatamapperAdapter

Inherits:
AbstractAdapter show all
Defined in:
lib/enygma/adapters/datamapper.rb

Instance Attribute Summary

Attributes inherited from AbstractAdapter

#datastore

Instance Method Summary collapse

Instance Method Details

#connect!(datastore) ⇒ Object



6
7
8
# File 'lib/enygma/adapters/datamapper.rb', line 6

def connect!(datastore)
  raise "The Datamapper adapter is current not implemented."
end

#get_attribute(record, attribute) ⇒ Object



14
15
16
# File 'lib/enygma/adapters/datamapper.rb', line 14

def get_attribute(record, attribute)
  raise "The Datamapper adapter is current not implemented."
end

#query(args = {}) ⇒ Object



10
11
12
# File 'lib/enygma/adapters/datamapper.rb', line 10

def query(args = {})
  raise "The Datamapper adapter is current not implemented."        
end