https://github.com/trailblazer/trailblazer-context
Argument-specific data structures for Trailblazer.
https://github.com/trailblazer/trailblazer-context
Last synced: 5 months ago
JSON representation
Argument-specific data structures for Trailblazer.
- Host: GitHub
- URL: https://github.com/trailblazer/trailblazer-context
- Owner: trailblazer
- License: mit
- Created: 2017-12-05T08:14:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T09:34:34.000Z (about 3 years ago)
- Last Synced: 2025-05-07T20:42:28.903Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 48.8 KB
- Stars: 3
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Trailblazer-context
_Argument-specific data structures for Trailblazer._
This gem provides data structures needed across `Activity`, `Workflow` and `Operation`, such as the following.
* `Trailblazer::Context` implements the so-called `options` hash that is passed between steps and implements the keyword arguments.
* `Trailblazer::ContainerChain` to implement chained lookups of properties and allow including containers such as `Dry::Container` in this chain. This is experimental.