Class: Fairy::DirectProduct

Inherits:
IOFilter show all
Defined in:
lib/fairy/client/direct-product.rb

Defined Under Namespace

Modules: Interface

Instance Method Summary collapse

Methods inherited from IOFilter

#input=

Methods inherited from Filter

#backend, #backend=, #backend_class, #def_pool_variable

Constructor Details

#initialize(fairy, opts, others, block_source) ⇒ DirectProduct

Returns a new instance of DirectProduct.



39
40
41
42
43
44
# File 'lib/fairy/client/direct-product.rb', line 39

def initialize(fairy, opts, others, block_source)
  super(fairy, opts, others.collect{|o| o.backend}, block_source)
  @others = others
  @block_source
  @opts = opts
end

Instance Method Details

#backend_class_nameObject



46
47
48
# File 'lib/fairy/client/direct-product.rb', line 46

def backend_class_name
  "CDirectProduct"
end