Class: PG::Replication::PGOutput::Delete

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



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

def key
  @key
end

#oidObject (readonly)

Returns the value of attribute oid

Returns:

  • (Object)

    the current value of oid



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

def oid
  @oid
end

#oldObject (readonly)

Returns the value of attribute old

Returns:

  • (Object)

    the current value of old



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

def old
  @old
end