Class: MessageStore::Postgres::Controls::MessageData::Write::List::Entry
- Inherits:
-
Struct
- Object
- Struct
- MessageStore::Postgres::Controls::MessageData::Write::List::Entry
- Defined in:
- lib/message_store/postgres/controls/message_data.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#message_data ⇒ Object
Returns the value of attribute message_data.
-
#stream_name ⇒ Object
Returns the value of attribute stream_name.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
9 10 11 |
# File 'lib/message_store/postgres/controls/message_data.rb', line 9 def category @category end |
#message_data ⇒ Object
Returns the value of attribute message_data
9 10 11 |
# File 'lib/message_store/postgres/controls/message_data.rb', line 9 def end |
#stream_name ⇒ Object
Returns the value of attribute stream_name
9 10 11 |
# File 'lib/message_store/postgres/controls/message_data.rb', line 9 def stream_name @stream_name end |