Sha256: c7653fdbcf5c9015aec31742a03128fc5c5cf43fb3006c7e76610d87ea6af8d9
Contents?: true
Size: 295 Bytes
Versions: 4
Compression:
Stored size: 295 Bytes
Contents
{ // handler for the ping_server action onPingServer: function(){ // calling greet_the_world endpoint this.greetTheWorld(); }, // called by the server as the result of executing the endpoint showGreeting: function(greeting){ this.update("Server says: " + greeting); } }
Version data entries
4 entries across 4 versions & 1 rubygems