Sha256: 466e754b2a2472398adbb6cd7297ce51d57fbf21a43129b1f8ab71c220dfe041
Contents?: true
Size: 283 Bytes
Versions: 124
Compression:
Stored size: 283 Bytes
Contents
module Fog module Compute class Joyent class Real def reboot_machine(id) request( :method => "POST", :query => {"action" => "reboot"}, :path => "/my/machines/#{id}" ) end end end end end
Version data entries
124 entries across 122 versions & 21 rubygems