Class: PG::Replication::PGOutput::Relation
- Inherits:
-
Data
- Object
- Data
- PG::Replication::PGOutput::Relation
- Defined in:
- lib/pg/replication/pg_output.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#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.
-
#replica_identity ⇒ Object
readonly
Returns the value of attribute replica_identity.
Instance Attribute Details
#columns ⇒ Object (readonly)
Returns the value of attribute columns
10 11 12 |
# File 'lib/pg/replication/pg_output.rb', line 10 def columns @columns end |
#name ⇒ Object (readonly)
Returns the value of attribute name
10 11 12 |
# File 'lib/pg/replication/pg_output.rb', line 10 def name @name end |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace
10 11 12 |
# File 'lib/pg/replication/pg_output.rb', line 10 def namespace @namespace end |
#oid ⇒ Object (readonly)
Returns the value of attribute oid
10 11 12 |
# File 'lib/pg/replication/pg_output.rb', line 10 def oid @oid end |
#replica_identity ⇒ Object (readonly)
Returns the value of attribute replica_identity
10 11 12 |
# File 'lib/pg/replication/pg_output.rb', line 10 def replica_identity @replica_identity end |