Class: PG::Replication::PGOutput::Update

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



13
14
15
# File 'lib/pg/replication/pg_output.rb', line 13

def key
  @key
end

#newObject (readonly)

Returns the value of attribute new

Returns:

  • (Object)

    the current value of new



13
14
15
# File 'lib/pg/replication/pg_output.rb', line 13

def new
  @new
end

#oidObject (readonly)

Returns the value of attribute oid

Returns:

  • (Object)

    the current value of oid



13
14
15
# File 'lib/pg/replication/pg_output.rb', line 13

def oid
  @oid
end

#oldObject (readonly)

Returns the value of attribute old

Returns:

  • (Object)

    the current value of old



13
14
15
# File 'lib/pg/replication/pg_output.rb', line 13

def old
  @old
end