Class: PG::Replication::PGOutput::Relation

Inherits:
Data
  • Object
show all
Defined in:
lib/pg/replication/pg_output.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



10
11
12
# File 'lib/pg/replication/pg_output.rb', line 10

def columns
  @columns
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/pg/replication/pg_output.rb', line 10

def name
  @name
end

#namespaceObject (readonly)

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



10
11
12
# File 'lib/pg/replication/pg_output.rb', line 10

def namespace
  @namespace
end

#oidObject (readonly)

Returns the value of attribute oid

Returns:

  • (Object)

    the current value of oid



10
11
12
# File 'lib/pg/replication/pg_output.rb', line 10

def oid
  @oid
end

#replica_identityObject (readonly)

Returns the value of attribute replica_identity

Returns:

  • (Object)

    the current value of replica_identity



10
11
12
# File 'lib/pg/replication/pg_output.rb', line 10

def replica_identity
  @replica_identity
end