Sha256: 0444f01187cfa306b9a0b3ac4fe2429fc1d2337124568e684cf6a892d9f67fb5
Contents?: true
Size: 309 Bytes
Versions: 29
Compression:
Stored size: 309 Bytes
Contents
class Google < Fog::Bin class << self def [](service) @@connections ||= Hash.new do |hash, key| hash[key] = case key when :storage Fog::Google::Storage.new end end @@connections[service] end def services [:storage] end end end
Version data entries
29 entries across 29 versions & 2 rubygems