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
142 143 144 |
# File 'lib/messaging/write.rb', line 142 def expected_version @expected_version end |
#message ⇒ Object
Returns the value of attribute message
142 143 144 |
# File 'lib/messaging/write.rb', line 142 def end |
#reply_stream_name ⇒ Object
Returns the value of attribute reply_stream_name
142 143 144 |
# File 'lib/messaging/write.rb', line 142 def reply_stream_name @reply_stream_name end |
#stream_name ⇒ Object
Returns the value of attribute stream_name
142 143 144 |
# File 'lib/messaging/write.rb', line 142 def stream_name @stream_name end |