Class: Pgoutput::Decoder::Events::Delete
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Decoder::Events::Delete
- Defined in:
- lib/pgoutput/decoder/events.rb
Overview
Decoded delete row-change event class.
Instance Attribute Summary collapse
-
#old_key ⇒ Object
readonly
Returns the value of attribute old_key.
-
#old_values ⇒ Object
readonly
Returns the value of attribute old_values.
-
#relation_id ⇒ Object
readonly
Returns the value of attribute relation_id.
-
#schema ⇒ Object
readonly
Returns the value of attribute schema.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
-
#transaction_id ⇒ Object
readonly
Returns the value of attribute transaction_id.
Instance Attribute Details
#old_key ⇒ Object (readonly)
Returns the value of attribute old_key
47 48 49 |
# File 'lib/pgoutput/decoder/events.rb', line 47 def old_key @old_key end |
#old_values ⇒ Object (readonly)
Returns the value of attribute old_values
47 48 49 |
# File 'lib/pgoutput/decoder/events.rb', line 47 def old_values @old_values end |
#relation_id ⇒ Object (readonly)
Returns the value of attribute relation_id
47 48 49 |
# File 'lib/pgoutput/decoder/events.rb', line 47 def relation_id @relation_id end |
#schema ⇒ Object (readonly)
Returns the value of attribute schema
47 48 49 |
# File 'lib/pgoutput/decoder/events.rb', line 47 def schema @schema end |
#table ⇒ Object (readonly)
Returns the value of attribute table
47 48 49 |
# File 'lib/pgoutput/decoder/events.rb', line 47 def table @table end |
#transaction_id ⇒ Object (readonly)
Returns the value of attribute transaction_id
47 48 49 |
# File 'lib/pgoutput/decoder/events.rb', line 47 def transaction_id @transaction_id end |