Class: PG::Replication::PGOutput::Begin
- Inherits:
-
Data
- Object
- Data
- PG::Replication::PGOutput::Begin
- Defined in:
- lib/pg/replication/pg_output.rb
Instance Attribute Summary collapse
-
#final_lsn ⇒ Object
readonly
Returns the value of attribute final_lsn.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#xid ⇒ Object
readonly
Returns the value of attribute xid.
Instance Attribute Details
#final_lsn ⇒ Object (readonly)
Returns the value of attribute final_lsn
6 7 8 |
# File 'lib/pg/replication/pg_output.rb', line 6 def final_lsn @final_lsn end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
6 7 8 |
# File 'lib/pg/replication/pg_output.rb', line 6 def @timestamp end |
#xid ⇒ Object (readonly)
Returns the value of attribute xid
6 7 8 |
# File 'lib/pg/replication/pg_output.rb', line 6 def xid @xid end |