Module: PostgresqlLoStreamer

Defined in:
lib/postgresql_lo_streamer.rb,
lib/postgresql_lo_streamer/engine.rb,
lib/postgresql_lo_streamer/version.rb,
app/controllers/postgresql_lo_streamer/lo_controller.rb

Defined Under Namespace

Classes: Configuration, Engine, LoController

Constant Summary collapse

VERSION =
"1.0.0"

Class Method Summary collapse

Class Method Details

.configurationObject



10
11
12
# File 'lib/postgresql_lo_streamer.rb', line 10

def configuration
  @configuration ||= Configuration.new
end

.configure {|configuration| ... } ⇒ Object

Yields:



6
7
8
# File 'lib/postgresql_lo_streamer.rb', line 6

def configure
  yield configuration
end