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

Returns:

  • (Object)

    the current value of expected_version



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

def expected_version
  @expected_version
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



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

def message
  @message
end

#reply_stream_nameObject

Returns the value of attribute reply_stream_name

Returns:

  • (Object)

    the current value of reply_stream_name



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

def reply_stream_name
  @reply_stream_name
end

#stream_nameObject

Returns the value of attribute stream_name

Returns:

  • (Object)

    the current value of stream_name



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

def stream_name
  @stream_name
end