Sha256: e52ba465d40528807ba389be7748a7a81a24a5540c3157e15bee3fa531d06be8

Contents?: true

Size: 404 Bytes

Versions: 23

Compression:

Stored size: 404 Bytes

Contents

var ruby_functions = require('rhoconnect_helpers');

var query = function(resp){
	var result = "success";
	resp.send(result);
}

var sync = function(resp){
	
}

var login = function(resp){
	var result = "success";
	resp.send(result);
}

var logoff = function(resp){
	var result = "logout";
	resp.send(result);
}

exports.query = query;
exports.sync = sync;
exports.login = login;
exports.logoff = logoff;

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rhoconnect-7.6.0 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-7.5.1 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-7.4.1 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-7.1.17 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-6.2.0 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-6.0.11 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-5.5.18 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-5.5.17 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-5.5.15 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-5.5.0.22 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-5.5.2 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-5.5.0.7 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-5.5.0.3 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-5.5.0 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-5.1.1 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-4.0.4 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-4.0.3 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-4.0.2 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-4.0.1 spec/apps/rhotestapp/models/js/sample2.js
rhoconnect-4.0.0 spec/apps/rhotestapp/models/js/sample2.js