Class: Pcrd::Replication::Pgoutput::Messages::RelationColumn
- Inherits:
-
Data
- Object
- Data
- Pcrd::Replication::Pgoutput::Messages::RelationColumn
- Defined in:
- lib/pcrd/replication/pgoutput/messages.rb
Overview
One column description inside a Relation message.
Instance Attribute Summary collapse
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type_id ⇒ Object
readonly
Returns the value of attribute type_id.
-
#type_modifier ⇒ Object
readonly
Returns the value of attribute type_modifier.
Instance Attribute Details
#flags ⇒ Object (readonly)
Returns the value of attribute flags
15 16 17 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 15 def flags @flags end |
#name ⇒ Object (readonly)
Returns the value of attribute name
15 16 17 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 15 def name @name end |
#type_id ⇒ Object (readonly)
Returns the value of attribute type_id
15 16 17 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 15 def type_id @type_id end |
#type_modifier ⇒ Object (readonly)
Returns the value of attribute type_modifier
15 16 17 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 15 def type_modifier @type_modifier end |