Sha256: 13e4b6b66ce67e6f8c0bf37ffb101ef82f6bcb90c28e2ab0d385be684eb0013e

Contents?: true

Size: 187 Bytes

Versions: 6

Compression:

Stored size: 187 Bytes

Contents

require "google/cloud/storage"

module TerraspacePluginGoogle
  module Clients
    extend Memoist

    def storage
      Google::Cloud::Storage.new
    end
    memoize :storage
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
terraspace_plugin_google-0.2.2 lib/terraspace_plugin_google/clients.rb
terraspace_plugin_google-0.2.1 lib/terraspace_plugin_google/clients.rb
terraspace_plugin_google-0.2.0 lib/terraspace_plugin_google/clients.rb
terraspace_plugin_google-0.1.1 lib/terraspace_plugin_google/clients.rb
terraspace_plugin_google-0.1.0 lib/terraspace_plugin_google/clients.rb
terraspace_plugin_google-0.0.0 lib/terraspace_plugin_google/clients.rb