module Exponea

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/exponea.rb, line 13
def self.config
  @configuration
end
configure() { |configuration| ... } click to toggle source
# File lib/exponea.rb, line 17
def self.configure
  yield(@configuration)
end