class BittrexEnterprise::Ping

Public Class Methods

send() click to toggle source

—————————————– PING —————————————– Pings the service


# File lib/bittrex-enterprise/ping.rb, line 12
def self.send
  get 'ping'
end