Class: Restate::Invocation

Inherits:
Struct
  • Object
show all
Defined in:
lib/restate/vm.rb

Overview

Ruby-side data types for VM results

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



16
17
18
# File 'lib/restate/vm.rb', line 16

def headers
  @headers
end

#input_bufferObject

Returns the value of attribute input_buffer

Returns:

  • (Object)

    the current value of input_buffer



16
17
18
# File 'lib/restate/vm.rb', line 16

def input_buffer
  @input_buffer
end

#invocation_idObject

Returns the value of attribute invocation_id

Returns:

  • (Object)

    the current value of invocation_id



16
17
18
# File 'lib/restate/vm.rb', line 16

def invocation_id
  @invocation_id
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



16
17
18
# File 'lib/restate/vm.rb', line 16

def key
  @key
end

#random_seedObject

Returns the value of attribute random_seed

Returns:

  • (Object)

    the current value of random_seed



16
17
18
# File 'lib/restate/vm.rb', line 16

def random_seed
  @random_seed
end