Class: Messaging::Write::Telemetry::Data
- Inherits:
-
Struct
- Object
- Struct
- Messaging::Write::Telemetry::Data
- Defined in:
- lib/messaging/write.rb
Instance Attribute Summary collapse
-
#expected_version ⇒ Object
Returns the value of attribute expected_version.
-
#message ⇒ Object
Returns the value of attribute message.
-
#reply_stream_name ⇒ Object
Returns the value of attribute reply_stream_name.
-
#stream_name ⇒ Object
Returns the value of attribute stream_name.
Instance Attribute Details
#expected_version ⇒ Object
Returns the value of attribute expected_version
141 142 143 |
# File 'lib/messaging/write.rb', line 141 def expected_version @expected_version end |
#message ⇒ Object
Returns the value of attribute message
141 142 143 |
# File 'lib/messaging/write.rb', line 141 def end |
#reply_stream_name ⇒ Object
Returns the value of attribute reply_stream_name
141 142 143 |
# File 'lib/messaging/write.rb', line 141 def reply_stream_name @reply_stream_name end |
#stream_name ⇒ Object
Returns the value of attribute stream_name
141 142 143 |
# File 'lib/messaging/write.rb', line 141 def stream_name @stream_name end |