Class: PG::Replication::PGOutput::Begin

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

Instance Attribute Summary collapse

Instance Attribute Details

#final_lsnObject (readonly)

Returns the value of attribute final_lsn

Returns:

  • (Object)

    the current value of final_lsn



6
7
8
# File 'lib/pg/replication/pg_output.rb', line 6

def final_lsn
  @final_lsn
end

#timestampObject (readonly)

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



6
7
8
# File 'lib/pg/replication/pg_output.rb', line 6

def timestamp
  @timestamp
end

#xidObject (readonly)

Returns the value of attribute xid

Returns:

  • (Object)

    the current value of xid



6
7
8
# File 'lib/pg/replication/pg_output.rb', line 6

def xid
  @xid
end