Class: Rails::Service::Context
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Rails::Service::Context
- Defined in:
- lib/rails/service/context.rb
Overview
Context is an object which holds common configuration and informations about your service/applicaion that your service uses.
It is very helpful when developing libraries that will be shared between your services.