Sha256: adc0d62f9a53f9056b808a6109fb11f3751b2040d672666be83e166ecaccf63c

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

require 'ostruct'

module Rails
  module Service
    # 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.
    class Context < OpenStruct
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails-service-0.2.0 lib/rails/service/context.rb
rails-service-0.1.0 lib/rails/service/context.rb