Class: RiakCS
Class Method Summary collapse
Methods inherited from Fog::Bin
Class Method Details
.[](service) ⇒ Object
15 16 17 18 19 20 |
# File 'lib/fog/bin/riakcs.rb', line 15 def [](service) @@connections ||= Hash.new do |hash, key| hash[key] = class_for(key) end @@connections[service] end |