Class: PG::Replication::PGOutput::Type
- Inherits:
-
Data
- Object
- Data
- PG::Replication::PGOutput::Type
- Defined in:
- lib/pg/replication/pg_output.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
-
#oid ⇒ Object
readonly
Returns the value of attribute oid.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
11 12 13 |
# File 'lib/pg/replication/pg_output.rb', line 11 def name @name end |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace
11 12 13 |
# File 'lib/pg/replication/pg_output.rb', line 11 def namespace @namespace end |
#oid ⇒ Object (readonly)
Returns the value of attribute oid
11 12 13 |
# File 'lib/pg/replication/pg_output.rb', line 11 def oid @oid end |