Class: PG::Replication::Protocol::PrimaryKeepalive
- Inherits:
-
Data
- Object
- Data
- PG::Replication::Protocol::PrimaryKeepalive
- Defined in:
- lib/pg/replication/protocol.rb
Instance Attribute Summary collapse
-
#asap ⇒ Object
readonly
Returns the value of attribute asap.
-
#current_lsn ⇒ Object
readonly
Returns the value of attribute current_lsn.
-
#server_time ⇒ Object
readonly
Returns the value of attribute server_time.
Instance Attribute Details
#asap ⇒ Object (readonly)
Returns the value of attribute asap
7 8 9 |
# File 'lib/pg/replication/protocol.rb', line 7 def asap @asap end |
#current_lsn ⇒ Object (readonly)
Returns the value of attribute current_lsn
7 8 9 |
# File 'lib/pg/replication/protocol.rb', line 7 def current_lsn @current_lsn end |
#server_time ⇒ Object (readonly)
Returns the value of attribute server_time
7 8 9 |
# File 'lib/pg/replication/protocol.rb', line 7 def server_time @server_time end |