Sha256: 6bb15d0266abcf3c7776519ad1d5e865d35897b9419152f5c69471ea3fee4bc8
Contents?: true
Size: 299 Bytes
Versions: 36
Compression:
Stored size: 299 Bytes
Contents
def test client = Google::APIClient.new({ :application_name => "supress", }) connection = Fog::Compute.new({ :provider => "Google", :google_client => client, }) begin p connection.client.discovered_apis p connection.servers rescue Exception => e p e.message end end
Version data entries
36 entries across 34 versions & 6 rubygems