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.
-
#idempotency_key ⇒ Object
Returns the value of attribute idempotency_key.
-
#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.
-
#limit_key ⇒ Object
Returns the value of attribute limit_key.
-
#random_seed ⇒ Object
Returns the value of attribute random_seed.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
21 22 23 |
# File 'lib/restate/vm.rb', line 21 def headers @headers end |
#idempotency_key ⇒ Object
Returns the value of attribute idempotency_key
21 22 23 |
# File 'lib/restate/vm.rb', line 21 def idempotency_key @idempotency_key end |
#input_buffer ⇒ Object
Returns the value of attribute input_buffer
21 22 23 |
# File 'lib/restate/vm.rb', line 21 def input_buffer @input_buffer end |
#invocation_id ⇒ Object
Returns the value of attribute invocation_id
21 22 23 |
# File 'lib/restate/vm.rb', line 21 def invocation_id @invocation_id end |
#key ⇒ Object
Returns the value of attribute key
21 22 23 |
# File 'lib/restate/vm.rb', line 21 def key @key end |
#limit_key ⇒ Object
Returns the value of attribute limit_key
21 22 23 |
# File 'lib/restate/vm.rb', line 21 def limit_key @limit_key end |
#random_seed ⇒ Object
Returns the value of attribute random_seed
21 22 23 |
# File 'lib/restate/vm.rb', line 21 def random_seed @random_seed end |
#scope ⇒ Object
Returns the value of attribute scope
21 22 23 |
# File 'lib/restate/vm.rb', line 21 def scope @scope end |