Class: Messaging::Postgres::Write
- Inherits:
-
Object
- Object
- Messaging::Postgres::Write
- Includes:
- Write
- Defined in:
- lib/messaging/postgres/write.rb
Instance Method Summary collapse
Instance Method Details
#configure(session: nil) ⇒ Object
6 7 8 |
# File 'lib/messaging/postgres/write.rb', line 6 def configure(session: nil) MessageStore::Postgres::Write.configure(self, attr_name: :message_writer, session: session) end |