Module: Trailblazer::Activity::Interface
- Included in:
- PublicAPI
- Defined in:
- lib/trailblazer/activity/interface.rb
Instance Method Summary collapse
-
#debug ⇒ Object
TODO: TEST ME.
- #outputs ⇒ Object
-
#to_h ⇒ Process, ...
Adds is private and should not be used in your application as it might get removed.
Instance Method Details
#debug ⇒ Object
TODO: TEST ME
8 9 10 |
# File 'lib/trailblazer/activity/interface.rb', line 8 def debug # TODO: TEST ME to_h[:debug] end |
#outputs ⇒ Object
12 13 14 |
# File 'lib/trailblazer/activity/interface.rb', line 12 def outputs to_h[:outputs] end |
#to_h ⇒ Process, ...
4 5 6 |
# File 'lib/trailblazer/activity/interface.rb', line 4 def to_h # TODO: test me @state.to_h end |