Class: Rails::Service::Context

Inherits:
OpenStruct
  • Object
show all
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.