Class: Messaging::Write::Telemetry::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/messaging/write.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expected_versionObject

Returns the value of attribute expected_version



142
143
144
# File 'lib/messaging/write.rb', line 142

def expected_version
  @expected_version
end

#messageObject

Returns the value of attribute message



142
143
144
# File 'lib/messaging/write.rb', line 142

def message
  @message
end

#reply_stream_nameObject

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_nameObject

Returns the value of attribute stream_name



142
143
144
# File 'lib/messaging/write.rb', line 142

def stream_name
  @stream_name
end