Class: Tailmix::Definition::PayloadValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/tailmix/definition/payload_proxy.rb

Overview

A marker indicating that the value should be taken from the runtime payload.

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



6
7
8
# File 'lib/tailmix/definition/payload_proxy.rb', line 6

def key
  @key
end