Method: Trailblazer::Operation::PublicCall.options_for_public_call
- Defined in:
- lib/trailblazer/operation/public_call.rb
.options_for_public_call(options, flow_options = {}) ⇒ Object
Compile a Context object to be passed into the Activity::call.
70 71 72 |
# File 'lib/trailblazer/operation/public_call.rb', line 70 def self.(, = {}) Trailblazer::Context(, {}, [:context_options]) end |