Class: Droonga::Adapter
Class Method Summary
collapse
Instance Method Summary
collapse
Methods included from Pluggable
find_sub_classes, options
Class Method Details
.id ⇒ Object
28
29
30
|
# File 'lib/droonga/adapter.rb', line 28
def id
options[:id] || name || object_id.to_s
end
|
Instance Method Details
33
34
|
# File 'lib/droonga/adapter.rb', line 33
def adapt_input(input_message)
end
|
#adapt_output(output_message) ⇒ Object
36
37
|
# File 'lib/droonga/adapter.rb', line 36
def adapt_output(output_message)
end
|