Class: Pgoutput::Messages::Origin
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Messages::Origin
- Defined in:
- lib/pgoutput/messages.rb
Overview
Replication origin message.
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#origin_lsn ⇒ Object
readonly
Returns the value of attribute origin_lsn.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
41 |
# File 'lib/pgoutput/messages.rb', line 41 Origin = Data.define(:origin_lsn, :name) |
#origin_lsn ⇒ Object (readonly)
Returns the value of attribute origin_lsn
41 |
# File 'lib/pgoutput/messages.rb', line 41 Origin = Data.define(:origin_lsn, :name) |