Method: Cuboid::Application.agent_service_for
- Defined in:
- lib/cuboid/application.rb
.agent_service_for(name, service) ⇒ Object
130 131 132 |
# File 'lib/cuboid/application.rb', line 130 def agent_service_for( name, service ) agent_services[name] = service end |