Class: MeshChat::Message::PingReply

Inherits:
Base
  • Object
show all
Defined in:
lib/meshchat/message/ping_reply.rb

Instance Attribute Summary

Attributes inherited from Base

#message, #payload, #sender_location, #sender_name, #sender_uid, #time_recieved

Instance Method Summary collapse

Methods inherited from Base

#client, #client_version, #handle, #initialize, #render, #respond, #type

Constructor Details

This class inherits a constructor from MeshChat::Message::Base

Instance Method Details

#displayObject



4
5
6
# File 'lib/meshchat/message/ping_reply.rb', line 4

def display
  'ping successful'.freeze if Settings.debug?
end