Class: Pgoutput::Client::ReplicationXLogData
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Client::ReplicationXLogData
- Defined in:
- lib/pgoutput/client/xlog_data.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
-
#server_clock ⇒ Object
readonly
Returns the value of attribute server_clock.
-
#wal_end ⇒ Object
readonly
Returns the value of attribute wal_end.
-
#wal_start ⇒ Object
readonly
Returns the value of attribute wal_start.
Instance Attribute Details
#payload ⇒ Object (readonly)
Returns the value of attribute payload
5 6 7 |
# File 'lib/pgoutput/client/xlog_data.rb', line 5 def payload @payload end |
#server_clock ⇒ Object (readonly)
Returns the value of attribute server_clock
5 6 7 |
# File 'lib/pgoutput/client/xlog_data.rb', line 5 def server_clock @server_clock end |
#wal_end ⇒ Object (readonly)
Returns the value of attribute wal_end
5 6 7 |
# File 'lib/pgoutput/client/xlog_data.rb', line 5 def wal_end @wal_end end |
#wal_start ⇒ Object (readonly)
Returns the value of attribute wal_start
5 6 7 |
# File 'lib/pgoutput/client/xlog_data.rb', line 5 def wal_start @wal_start end |