Class: Pipeline::BSI::Pipe
- Inherits:
-
Object
- Object
- Pipeline::BSI::Pipe
- Defined in:
- lib/bsi-pipeline.rb
Instance Method Summary collapse
-
#initialize(key, options = {}) ⇒ Pipe
constructor
A new instance of Pipe.
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, ={}) @key = key @options = @bsi = RBC.new( key, .merge!( {:debug => true} ) ) end |