class Fabes::ConnectionAdapters::AbstractAdapter
Public Instance Methods
all_experiments()
click to toggle source
# File lib/fabes/connection_adapters/abstract_adapter.rb, line 40 def all_experiments;end
clear!()
click to toggle source
# File lib/fabes/connection_adapters/abstract_adapter.rb, line 34 def clear!;end
find_experiment(name)
click to toggle source
# File lib/fabes/connection_adapters/abstract_adapter.rb, line 36 def find_experiment(name);end
increment_hits!(id)
click to toggle source
# File lib/fabes/connection_adapters/abstract_adapter.rb, line 38 def increment_hits!(id);end
increment_participants!(id)
click to toggle source
# File lib/fabes/connection_adapters/abstract_adapter.rb, line 37 def increment_participants!(id);end
save_experiment(experiment)
click to toggle source
# File lib/fabes/connection_adapters/abstract_adapter.rb, line 35 def save_experiment(experiment);end
update_weight(id, weight)
click to toggle source
# File lib/fabes/connection_adapters/abstract_adapter.rb, line 39 def update_weight(id, weight);end