Sha256: b6a0ce9b3041bdc92a6ac7c0a4d18b56cfa54ea769ded0884eaf7805589cc367
Contents?: true
Size: 242 Bytes
Versions: 1
Compression:
Stored size: 242 Bytes
Contents
class FleetAPI::Client class Real def destroy_unit(params={}) name = params["name"] request( :path => "v1-alpha/units/#{name}", :method => 'DELETE', ) end end end # TODO: need some mock action
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coreos-fleet-api-0.1.0 | lib/fleet_api/requests/destroy_unit.rb |