Class: Pcrd::Replication::Pgoutput::Messages::Type
- Inherits:
-
Data
- Object
- Data
- Pcrd::Replication::Pgoutput::Messages::Type
- Defined in:
- lib/pcrd/replication/pgoutput/messages.rb
Overview
T — data type
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
43 44 45 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 43 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
43 44 45 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 43 def name @name end |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace
43 44 45 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 43 def namespace @namespace end |