Class: Racecar::Ctl::ProduceMessage
- Inherits:
-
Struct
- Object
- Struct
- Racecar::Ctl::ProduceMessage
- Defined in:
- lib/racecar/ctl.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#topic ⇒ Object
Returns the value of attribute topic.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
10 11 12 |
# File 'lib/racecar/ctl.rb', line 10 def key @key end |
#topic ⇒ Object
Returns the value of attribute topic
10 11 12 |
# File 'lib/racecar/ctl.rb', line 10 def topic @topic end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/racecar/ctl.rb', line 10 def value @value end |