Class: PG::Replication::PGOutput::Type

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#namespaceObject (readonly)

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



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

def namespace
  @namespace
end

#oidObject (readonly)

Returns the value of attribute oid

Returns:

  • (Object)

    the current value of oid



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

def oid
  @oid
end