Class: Igniter::Embed::Contractable::Runner::OutputsLike
- Inherits:
-
Struct
- Object
- Struct
- Igniter::Embed::Contractable::Runner::OutputsLike
- Defined in:
- lib/igniter/embed/contractable/runner.rb
Instance Attribute Summary collapse
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Method Summary collapse
Instance Attribute Details
#payload ⇒ Object
Returns the value of attribute payload
9 10 11 |
# File 'lib/igniter/embed/contractable/runner.rb', line 9 def payload @payload end |
Instance Method Details
#to_h ⇒ Object
10 11 12 |
# File 'lib/igniter/embed/contractable/runner.rb', line 10 def to_h payload end |