Sha256: 2ecf892733d6c9e84f0379aa4e7c4986ca88fddeb4959da9239bdfcf7f537502
Contents?: true
Size: 343 Bytes
Versions: 32
Compression:
Stored size: 343 Bytes
Contents
module Fog module Compute class Linode class Real def linode_boot(linode_id, config_id) request( :expects => 200, :method => 'GET', :query => { :api_action => 'linode.boot', :linodeId => linode_id, :configId => config_id } ) end end end end end
Version data entries
32 entries across 32 versions & 8 rubygems