16 17 18
# File 'lib/code42/api/server.rb', line 16 def create_server(attrs) object_from_response(Code42::Server, :post, 'server', attrs) end