module Pixmatch::Client::Ping

Public Instance Methods

ping() click to toggle source

Check whether the PixMatch server is running.

# File lib/pixmatch/client/ping.rb, line 5
def ping
  request(:get, 'rest', { method: :ping })
end