Sha256: 28911326a8ccb75de96626cfa9e5060050092af7b41d1d93509d784ce22c8ff3
Contents?: true
Size: 305 Bytes
Versions: 39
Compression:
Stored size: 305 Bytes
Contents
class Ey::Core::Client class Real def deprovision_environment(options={}) id = options.delete("id") request( :method => :put, :path => "/environments/#{id}/deprovision", ) end end class Mock def deprovision_environment(options={}) end end end
Version data entries
39 entries across 39 versions & 2 rubygems