Class: Tailmix::Definition::PayloadValue
- Inherits:
-
Struct
- Object
- Struct
- Tailmix::Definition::PayloadValue
- 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
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/tailmix/definition/payload_proxy.rb', line 6 def key @key end |