Registry / utility / trailblazer-operation

trailblazer-operation

JSON →
library0.11.1rbrubygemsunverified

Trailblazer's operation object provides a service object pattern for encapsulating business logic.

gem install trailblazer-operation
INSTALL
IMPORT
SIG · TRAILBLAZER-OPERAT
T
trailblazer-operation
utilityrubyv0.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Trailblazer
require 'trailblazer/operation'

Define and run a simple operation

require 'trailblazer/operation' class MyOp < Trailblazer::Operation step :process def process(ctx, **) ctx[:result] = 'done' end end result = MyOp.call({})
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
trailblazer-operation — gem install trailblazer-operation · libregistry