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



47
48
49
# File 'lib/haku/core.rb', line 47

def payload
  @payload
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



47
48
49
# File 'lib/haku/core.rb', line 47

def status
  @status
end