Method: Code42::API::Computer#block_computer

Defined in:
lib/code42/api/computer.rb

#block_computer(id) ⇒ Code42::Computer

Block a computer from backing up

Returns:



25
26
27
# File 'lib/code42/api/computer.rb', line 25

def block_computer(id)
  put("computerblock/#{id}")
end