Class: Pigeon::Publisher::OutboxMessage
- Inherits:
-
Struct
- Object
- Struct
- Pigeon::Publisher::OutboxMessage
- Defined in:
- lib/pigeon/publisher.rb
Overview
Mock outbox message class for development
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#id ⇒ Object
Returns the value of attribute id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#message_partition ⇒ Object
Returns the value of attribute message_partition.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#status ⇒ Object
Returns the value of attribute status.
-
#topic ⇒ Object
Returns the value of attribute topic.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
10 11 12 |
# File 'lib/pigeon/publisher.rb', line 10 def created_at @created_at end |
#headers ⇒ Object
Returns the value of attribute headers
10 11 12 |
# File 'lib/pigeon/publisher.rb', line 10 def headers @headers end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/pigeon/publisher.rb', line 10 def id @id end |
#key ⇒ Object
Returns the value of attribute key
10 11 12 |
# File 'lib/pigeon/publisher.rb', line 10 def key @key end |
#message_partition ⇒ Object
Returns the value of attribute message_partition
10 11 12 |
# File 'lib/pigeon/publisher.rb', line 10 def @message_partition end |
#payload ⇒ Object
Returns the value of attribute payload
10 11 12 |
# File 'lib/pigeon/publisher.rb', line 10 def payload @payload end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/pigeon/publisher.rb', line 10 def status @status end |
#topic ⇒ Object
Returns the value of attribute topic
10 11 12 |
# File 'lib/pigeon/publisher.rb', line 10 def topic @topic end |