class Kiyohime::Containers::ServiceRegistration
Services can be registered via this container. It is principally used for services which add bespoke methods to the registry
Attributes
methods[R]
service[R]
Public Class Methods
new(service, *methods)
click to toggle source
# File lib/kiyohime/containers/service_registration.rb, line 8 def initialize(service, *methods) @service = service @methods = methods end