Class: Haku::Core::Finish

Inherits:
Struct
  • Object
show all
Defined in:
lib/haku/core.rb

Instance Attribute Summary collapse

Instance Attribute Details

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



52
53
54
# File 'lib/haku/core.rb', line 52

def payload
  @payload
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



52
53
54
# File 'lib/haku/core.rb', line 52

def status
  @status
end