class Syncano::Packets::Ping
Class representing ping packets used in communication with the Sync Server
Public Instance Methods
ping?()
click to toggle source
Returns true if is a ping packet @return [TrueClass, FalseClass]
# File lib/syncano/packets/ping.rb, line 7 def ping? true end