Class: PG::Replication::PGOutput::Commit

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_lsnObject (readonly)

Returns the value of attribute end_lsn



8
9
10
# File 'lib/pg/replication/pg_output.rb', line 8

def end_lsn
  @end_lsn
end

#lsnObject (readonly)

Returns the value of attribute lsn



8
9
10
# File 'lib/pg/replication/pg_output.rb', line 8

def lsn
  @lsn
end

#timestampObject (readonly)

Returns the value of attribute timestamp



8
9
10
# File 'lib/pg/replication/pg_output.rb', line 8

def timestamp
  @timestamp
end