Class: Igniter::Embed::Contractable::Runner::OutputsLike

Inherits:
Struct
  • Object
show all
Defined in:
lib/igniter/embed/contractable/runner.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



9
10
11
# File 'lib/igniter/embed/contractable/runner.rb', line 9

def payload
  @payload
end

Instance Method Details

#to_hObject



10
11
12
# File 'lib/igniter/embed/contractable/runner.rb', line 10

def to_h
  payload
end