Class: Pgoutput::Decoder::Events::Insert
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Decoder::Events::Insert
- Defined in:
- lib/pgoutput/decoder/events.rb
Overview
Decoded insert row-change event class.
Instance Attribute Summary collapse
-
#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.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Attribute Details
#relation_id ⇒ Object (readonly)
Returns the value of attribute relation_id
29 30 31 |
# File 'lib/pgoutput/decoder/events.rb', line 29 def relation_id @relation_id end |
#schema ⇒ Object (readonly)
Returns the value of attribute schema
29 30 31 |
# File 'lib/pgoutput/decoder/events.rb', line 29 def schema @schema end |
#table ⇒ Object (readonly)
Returns the value of attribute table
29 30 31 |
# File 'lib/pgoutput/decoder/events.rb', line 29 def table @table end |
#transaction_id ⇒ Object (readonly)
Returns the value of attribute transaction_id
29 30 31 |
# File 'lib/pgoutput/decoder/events.rb', line 29 def transaction_id @transaction_id end |
#values ⇒ Object (readonly)
Returns the value of attribute values
29 30 31 |
# File 'lib/pgoutput/decoder/events.rb', line 29 def values @values end |