Class: Pgoutput::Messages::Origin

Inherits:
Data
  • Object
show all
Defined in:
lib/pgoutput/messages.rb

Overview

Replication origin message.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



41
# File 'lib/pgoutput/messages.rb', line 41

Origin = Data.define(:origin_lsn, :name)

#origin_lsnObject (readonly)

Returns the value of attribute origin_lsn

Returns:

  • (Object)

    the current value of origin_lsn



41
# File 'lib/pgoutput/messages.rb', line 41

Origin = Data.define(:origin_lsn, :name)