Class: Restate::Invocation
- Inherits:
-
Struct
- Object
- Struct
- Restate::Invocation
- Defined in:
- lib/restate/vm.rb
Overview
Ruby-side data types for VM results
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#input_buffer ⇒ Object
Returns the value of attribute input_buffer.
-
#invocation_id ⇒ Object
Returns the value of attribute invocation_id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#random_seed ⇒ Object
Returns the value of attribute random_seed.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
16 17 18 |
# File 'lib/restate/vm.rb', line 16 def headers @headers end |
#input_buffer ⇒ Object
Returns the value of attribute input_buffer
16 17 18 |
# File 'lib/restate/vm.rb', line 16 def input_buffer @input_buffer end |
#invocation_id ⇒ Object
Returns the value of attribute invocation_id
16 17 18 |
# File 'lib/restate/vm.rb', line 16 def invocation_id @invocation_id end |
#key ⇒ Object
Returns the value of attribute key
16 17 18 |
# File 'lib/restate/vm.rb', line 16 def key @key end |
#random_seed ⇒ Object
Returns the value of attribute random_seed
16 17 18 |
# File 'lib/restate/vm.rb', line 16 def random_seed @random_seed end |