Class: Pcrd::Replication::Pgoutput::Messages::Origin
- Inherits:
-
Data
- Object
- Data
- Pcrd::Replication::Pgoutput::Messages::Origin
- Defined in:
- lib/pcrd/replication/pgoutput/messages.rb
Overview
O — origin (the replication origin this transaction came from)
Instance Attribute Summary collapse
-
#lsn ⇒ Object
readonly
Returns the value of attribute lsn.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#lsn ⇒ Object (readonly)
Returns the value of attribute lsn
57 58 59 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 57 def lsn @lsn end |
#name ⇒ Object (readonly)
Returns the value of attribute name
57 58 59 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 57 def name @name end |