class

GemframeSample::GreeterService

Inherits Reference < Object

Example of typed arguments + validation in application logic.

JavaScript example: import CrystalBridge from "../framework/generated/crystal_bridge"; const text = await CrystalBridge.greeter.greet("Ada", new Date().toISOString()); console.log(text);

Instance methods

greet(name : String, time_of_day_iso8601 : String) : String
Source