Class: Fairy::SegMap

Inherits:
IOFilter show all
Defined in:
lib/fairy/client/seg-map.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, block_source) ⇒ SegMap

Returns a new instance of SegMap.



69
70
71
72
# File 'lib/fairy/client/seg-map.rb', line 69

def initialize(fairy, opts, block_source)
  super
  @block_source = block_source
end

Instance Method Details

#backend_class_nameObject



74
75
76
# File 'lib/fairy/client/seg-map.rb', line 74

def backend_class_name
  "CSegMap"
end