Class: Fairy::Select

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

Returns a new instance of Select.



28
29
30
31
# File 'lib/fairy/client/select.rb', line 28

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

Instance Method Details

#backend_class_nameObject



33
34
35
# File 'lib/fairy/client/select.rb', line 33

def backend_class_name
  "CSelect"
end