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, Streamer

Constant Summary collapse

VERSION =
"1.2.1"

Class Method Summary collapse

Class Method Details

.configurationObject



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

def configuration
  @configuration ||= Configuration.new
end

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

Yields:



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

def configure
  yield configuration
end