Class: PhatPgsearch::PostgreSQL::IndexDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/phat_pgsearch/postgresql.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



3
4
5
# File 'lib/phat_pgsearch/postgresql.rb', line 3

def column
  @column
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/phat_pgsearch/postgresql.rb', line 3

def name
  @name
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



3
4
5
# File 'lib/phat_pgsearch/postgresql.rb', line 3

def table
  @table
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/phat_pgsearch/postgresql.rb', line 3

def type
  @type
end