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