Method: Spider::Model::Storage::BaseStorage#value_for_condition

Defined in:
lib/spiderfw/model/storage/base_storage.rb

#value_for_condition(type, value) ⇒ Object

Prepares a value that will be used in a condition on the backend.



235
236
237
# File 'lib/spiderfw/model/storage/base_storage.rb', line 235

def value_for_condition(type, value)
    return prepare_value(type, value)
end