Sha256: b24d1cfa12d652f82d1230cc07257980d824c87573e10dd9c7a0e3709dc75434
Contents?: true
Size: 278 Bytes
Versions: 37
Compression:
Stored size: 278 Bytes
Contents
module Fog module Compute class Brightbox class Real def destroy_api_client(identifier) return nil if identifier.nil? || identifier == "" request("delete", "/1.0/api_clients/#{identifier}", [200]) end end end end end
Version data entries
37 entries across 37 versions & 11 rubygems