Classes: Proxy
10 11 12 13 14
# File 'lib/jenkins2/api/computer.rb', line 10 def computer(id=nil, **params) proxy = Proxy.new connection, 'computer', params proxy.id = id proxy end