Class: Legion::Transport::InProcess::MessageProperties
- Inherits:
-
Struct
- Object
- Struct
- Legion::Transport::InProcess::MessageProperties
- Defined in:
- lib/legion/transport/in_process.rb
Instance Attribute Summary collapse
-
#content_encoding ⇒ Object
Returns the value of attribute content_encoding.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#content_encoding ⇒ Object
Returns the value of attribute content_encoding
14 15 16 |
# File 'lib/legion/transport/in_process.rb', line 14 def content_encoding @content_encoding end |
#content_type ⇒ Object
Returns the value of attribute content_type
14 15 16 |
# File 'lib/legion/transport/in_process.rb', line 14 def content_type @content_type end |
#headers ⇒ Object
Returns the value of attribute headers
14 15 16 |
# File 'lib/legion/transport/in_process.rb', line 14 def headers @headers end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
14 15 16 |
# File 'lib/legion/transport/in_process.rb', line 14 def @timestamp end |