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

Version Path
syncano-3.1.4 lib/syncano/packets/ping.rb
syncano-3.1.3 lib/syncano/packets/ping.rb
syncano-3.1.2 lib/syncano/packets/ping.rb
syncano-3.1.1 lib/syncano/packets/ping.rb
syncano-3.1.1.beta5 lib/syncano/packets/ping.rb
syncano-3.1.1.beta4 lib/syncano/packets/ping.rb
syncano-3.1.1.beta3 lib/syncano/packets/ping.rb
syncano-3.1.1.beta2 lib/syncano/packets/ping.rb
syncano-3.1.1.beta lib/syncano/packets/ping.rb