Class: Pgoutput::Client::KeepaliveData Private
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Client::KeepaliveData
- Defined in:
- lib/pgoutput/client/keepalive.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Internal immutable base class generated by ‘Data.define` for Keepalive.
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
8 9 10 |
# File 'lib/pgoutput/client/keepalive.rb', line 8 def reply_requested @reply_requested end |
#server_clock ⇒ Object (readonly)
Returns the value of attribute server_clock
8 9 10 |
# File 'lib/pgoutput/client/keepalive.rb', line 8 def server_clock @server_clock end |
#wal_end ⇒ Object (readonly)
Returns the value of attribute wal_end
8 9 10 |
# File 'lib/pgoutput/client/keepalive.rb', line 8 def wal_end @wal_end end |