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