Class: Pipeline::BSI::Pipe

Inherits:
Object
  • Object
show all
Defined in:
lib/bsi-pipeline.rb

Instance Method Summary collapse

Constructor Details

#initialize(key, options = {}) ⇒ Pipe

Returns a new instance of Pipe.



9
10
11
12
13
# File 'lib/bsi-pipeline.rb', line 9

def initialize(key, options={})
  @key = key
  @options = options
  @bsi = RBC.new( key, options.merge!( {:debug => true} ) )
end