Class: Pgoutput::Client::KeepaliveData
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Client::KeepaliveData
- Defined in:
- lib/pgoutput/client/keepalive.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#reply_requested ⇒ Object
readonly
Returns the value of attribute reply_requested.
-
#server_clock ⇒ Object
readonly
Returns the value of attribute server_clock.
-
#wal_end ⇒ Object
readonly
Returns the value of attribute wal_end.
Instance Attribute Details
#reply_requested ⇒ Object (readonly)
Returns the value of attribute reply_requested
5 6 7 |
# File 'lib/pgoutput/client/keepalive.rb', line 5 def reply_requested @reply_requested end |
#server_clock ⇒ Object (readonly)
Returns the value of attribute server_clock
5 6 7 |
# File 'lib/pgoutput/client/keepalive.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/keepalive.rb', line 5 def wal_end @wal_end end |