Class: Fairy::Find

Inherits:
IOFilter show all
Defined in:
lib/fairy/client/find.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) ⇒ Find

Returns a new instance of Find.



22
23
24
25
# File 'lib/fairy/client/find.rb', line 22

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

Instance Method Details

#backend_class_nameObject



27
28
29
# File 'lib/fairy/client/find.rb', line 27

def backend_class_name
  "CFind"
end

#valueObject



31
32
33
# File 'lib/fairy/client/find.rb', line 31

def value
  backend.value
end