Class: PG::Replication::Protocol::PrimaryKeepalive

Inherits:
Data
  • Object
show all
Defined in:
lib/pg/replication/protocol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asapObject (readonly)

Returns the value of attribute asap

Returns:

  • (Object)

    the current value of asap



7
8
9
# File 'lib/pg/replication/protocol.rb', line 7

def asap
  @asap
end

#current_lsnObject (readonly)

Returns the value of attribute current_lsn

Returns:

  • (Object)

    the current value of current_lsn



7
8
9
# File 'lib/pg/replication/protocol.rb', line 7

def current_lsn
  @current_lsn
end

#server_timeObject (readonly)

Returns the value of attribute server_time

Returns:

  • (Object)

    the current value of server_time



7
8
9
# File 'lib/pg/replication/protocol.rb', line 7

def server_time
  @server_time
end