Sha256: 2afebc6becf502fe018d79d5de2de67c70103eca1c535809db949b42d9503d2a
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true require_relative './functions/hello_world_function' module <%= app_name %> class ServiceDefinition < Shatter::Service::ServiceDefinition register_function :hello_world, <%= app_name %>::Functions::HelloWorldFunction end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shatter-rb-0.0.2 | templates/service_definition.rb.erb |
shatter-rb-0.0.1 | templates/service_definition.rb.erb |