Class: PG::Replication::PGOutput::Update
- Inherits:
-
Data
- Object
- Data
- PG::Replication::PGOutput::Update
- Defined in:
- lib/pg/replication/pg_output.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#new ⇒ Object
readonly
Returns the value of attribute new.
-
#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
13 14 15 |
# File 'lib/pg/replication/pg_output.rb', line 13 def key @key end |
#new ⇒ Object (readonly)
Returns the value of attribute new
13 14 15 |
# File 'lib/pg/replication/pg_output.rb', line 13 def new @new end |
#oid ⇒ Object (readonly)
Returns the value of attribute oid
13 14 15 |
# File 'lib/pg/replication/pg_output.rb', line 13 def oid @oid end |
#old ⇒ Object (readonly)
Returns the value of attribute old
13 14 15 |
# File 'lib/pg/replication/pg_output.rb', line 13 def old @old end |