module Annotations2triannon

An interface to the revs SQL database using Sequel @see sequel.jeremyevans.net/documentation.html Sequel RDoc @see sequel.jeremyevans.net/rdoc/files/README_rdoc.html Sequel README @see sequel.jeremyevans.net/rdoc/files/doc/code_order_rdoc.html Sequel code order

Constants

AGENT

Attributes

configuration[W]

Public Class Methods

configuration() click to toggle source
# File lib/annotations2triannon.rb, line 14
def self.configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/annotations2triannon.rb, line 22
def self.configure
  yield(configuration)
end
reset() click to toggle source
# File lib/annotations2triannon.rb, line 18
def self.reset
  @configuration = Configuration.new
end