Class: RGeo::ActiveRecord::SpatialIndexDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgeo/active_record/common_adapter_elements.rb

Overview

Index definition struct with a spatial flag field.

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



22
23
24
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22

def columns
  @columns
end

#lengthsObject

Returns the value of attribute lengths

Returns:

  • (Object)

    the current value of lengths



22
23
24
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22

def lengths
  @lengths
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22

def name
  @name
end

#ordersObject

Returns the value of attribute orders

Returns:

  • (Object)

    the current value of orders



22
23
24
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22

def orders
  @orders
end

#spatialObject

Returns the value of attribute spatial

Returns:

  • (Object)

    the current value of spatial



22
23
24
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22

def spatial
  @spatial
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



22
23
24
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22

def table
  @table
end

#uniqueObject

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



22
23
24
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22

def unique
  @unique
end

#whereObject

Returns the value of attribute where

Returns:

  • (Object)

    the current value of where



22
23
24
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22

def where
  @where
end