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