Class: PG::Replication::PGOutput::Message

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



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

def content
  @content
end

#lsnObject (readonly)

Returns the value of attribute lsn

Returns:

  • (Object)

    the current value of lsn



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

def lsn
  @lsn
end

#prefixObject (readonly)

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



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

def prefix
  @prefix
end

#transactionalObject (readonly)

Returns the value of attribute transactional

Returns:

  • (Object)

    the current value of transactional



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

def transactional
  @transactional
end