class

GemframeSample::HelloService

Inherits Reference < Object

Minimal command used to validate command invocation end-to-end.

JavaScript example: import CrystalBridge from "../framework/generated/crystal_bridge"; const message = await CrystalBridge.hello("John"); console.log(message);

Instance methods

hello(name : String) : String
Source