Class: PG::Replication::PGOutput::Delete
- Inherits:
-
Data
- Object
- Data
- PG::Replication::PGOutput::Delete
- Defined in:
- lib/pg/replication/pg_output.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#oid ⇒ Object
readonly
Returns the value of attribute oid.
-
#old ⇒ Object
readonly
Returns the value of attribute old.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
14 15 16 |
# File 'lib/pg/replication/pg_output.rb', line 14 def key @key end |
#oid ⇒ Object (readonly)
Returns the value of attribute oid
14 15 16 |
# File 'lib/pg/replication/pg_output.rb', line 14 def oid @oid end |
#old ⇒ Object (readonly)
Returns the value of attribute old
14 15 16 |
# File 'lib/pg/replication/pg_output.rb', line 14 def old @old end |