Sha256: 5766ac85f82444a31550c899e3f08203ec0732871aff0c2e133cba0599bcbec7
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
module Fog module Compute class Brightbox class Real def destroy_application(identifier) return nil if identifier.nil? || identifier == "" request("delete", "/1.0/applications/#{identifier}", [200]) end end end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
fog-maestrodev-1.7.0.20121114190951 | lib/fog/brightbox/requests/compute/destroy_application.rb |
fog-1.7.0 | lib/fog/brightbox/requests/compute/destroy_application.rb |