Class: PhatPgsearch::PostgreSQL::IndexDefinition
- Inherits:
-
Struct
- Object
- Struct
- PhatPgsearch::PostgreSQL::IndexDefinition
- Defined in:
- lib/phat_pgsearch/postgresql.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#name ⇒ Object
Returns the value of attribute name.
-
#table ⇒ Object
Returns the value of attribute table.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
3 4 5 |
# File 'lib/phat_pgsearch/postgresql.rb', line 3 def column @column end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/phat_pgsearch/postgresql.rb', line 3 def name @name end |
#table ⇒ Object
Returns the value of attribute table
3 4 5 |
# File 'lib/phat_pgsearch/postgresql.rb', line 3 def table @table end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/phat_pgsearch/postgresql.rb', line 3 def type @type end |