Class: Legion::Transport::InProcess::MessageProperties

Inherits:
Struct
  • Object
show all
Defined in:
lib/legion/transport/in_process.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_encodingObject

Returns the value of attribute content_encoding

Returns:

  • (Object)

    the current value of content_encoding



14
15
16
# File 'lib/legion/transport/in_process.rb', line 14

def content_encoding
  @content_encoding
end

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



14
15
16
# File 'lib/legion/transport/in_process.rb', line 14

def content_type
  @content_type
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



14
15
16
# File 'lib/legion/transport/in_process.rb', line 14

def headers
  @headers
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



14
15
16
# File 'lib/legion/transport/in_process.rb', line 14

def timestamp
  @timestamp
end