Sha256: 46fc8fb8eb1f3b88cd62c21f23982fae6ffc8b46394e00f621f9acb248cc0e2e
Contents?: true
Size: 289 Bytes
Versions: 9
Compression:
Stored size: 289 Bytes
Contents
class Syncano module Packets # Class representing ping packets used in communication with the Sync Server class Ping < Syncano::Packets::Base # Returns true if is a ping packet # @return [TrueClass, FalseClass] def ping? true end end end end
Version data entries
9 entries across 9 versions & 1 rubygems