Sha256: 1e5ab5d4ba8a0a2668bd0504ef33d8c8acdd572dc7c32df17400b9a4a948eee0
Contents?: true
Size: 244 Bytes
Versions: 2
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true require_relative './functions/hello_world_function' module MyApp class ServiceDefinition < Shatter::Service::ServiceDefinition register_function :hello_world, MyApp::Functions::HelloWorldFunction end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shatter-rb-0.0.2 | example_app/app/service_definition.rb |
shatter-rb-0.0.1 | example_app/app/service_definition.rb |