Class: Maitredee::PublisherMessage
- Inherits:
-
Struct
- Object
- Struct
- Maitredee::PublisherMessage
- Defined in:
- lib/maitredee.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#event_name ⇒ Object
Returns the value of attribute event_name.
-
#message_id ⇒ Object
Returns the value of attribute message_id.
-
#primary_key ⇒ Object
Returns the value of attribute primary_key.
-
#schema_name ⇒ Object
Returns the value of attribute schema_name.
-
#topic_name ⇒ Object
Returns the value of attribute topic_name.
-
#topic_resource_name ⇒ Object
Returns the value of attribute topic_resource_name.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
215 216 217 |
# File 'lib/maitredee.rb', line 215 def body @body end |
#event_name ⇒ Object
Returns the value of attribute event_name
215 216 217 |
# File 'lib/maitredee.rb', line 215 def event_name @event_name end |
#message_id ⇒ Object
Returns the value of attribute message_id
215 216 217 |
# File 'lib/maitredee.rb', line 215 def @message_id end |
#primary_key ⇒ Object
Returns the value of attribute primary_key
215 216 217 |
# File 'lib/maitredee.rb', line 215 def primary_key @primary_key end |
#schema_name ⇒ Object
Returns the value of attribute schema_name
215 216 217 |
# File 'lib/maitredee.rb', line 215 def schema_name @schema_name end |
#topic_name ⇒ Object
Returns the value of attribute topic_name
215 216 217 |
# File 'lib/maitredee.rb', line 215 def topic_name @topic_name end |
#topic_resource_name ⇒ Object
Returns the value of attribute topic_resource_name
215 216 217 |
# File 'lib/maitredee.rb', line 215 def topic_resource_name @topic_resource_name end |