Class: PG::Replication::PGOutput::Origin

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

Instance Attribute Summary collapse

Instance Attribute Details

#commit_lsnObject (readonly)

Returns the value of attribute commit_lsn

Returns:

  • (Object)

    the current value of commit_lsn



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

def commit_lsn
  @commit_lsn
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end