Sha256: fc1ba2a2b691a5c870b24b91894a00551c962d9e8941b7b935d870b10ab5cc7f
Contents?: true
Size: 379 Bytes
Versions: 26
Compression:
Stored size: 379 Bytes
Contents
module Fog module Storage class GoogleJSON class Mock include Utils include Fog::Google::Shared def initialize(options = {}) shared_initialize(options[:google_project], GOOGLE_STORAGE_JSON_API_VERSION, GOOGLE_STORAGE_JSON_BASE_URL) end def signature(_params) "foo" end end end end end
Version data entries
26 entries across 26 versions & 1 rubygems