module OttomanORM

Public Class Methods

client() click to toggle source
# File lib/ottoman_orm.rb, line 19
def self.client
    @@client
end
connect(parameters = {}) click to toggle source
# File lib/ottoman_orm.rb, line 15
def self.connect parameters = {}
    @@client = Datastore.new(parameters)
end
hello() click to toggle source
# File lib/ottoman_orm.rb, line 23
def self.hello
    'hello'
end