module BBServices
The BBServices
namespace.
The BBServices
namespace.
The BBServices
namespace.
The BBServices
namespace.
Public Class Methods
chain(params = {}, &block)
click to toggle source
# File lib/bbservices.rb, line 9 def self.chain(params = {}, &block) BBServices::ServiceChain.new.tap do |service_chain| service_chain.chain(params, &block) end end