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